Spaces:
Sleeping
Sleeping
Rahul-8853
commited on
update
Browse files
app.py
CHANGED
@@ -25,5 +25,5 @@ interface = gr.Interface(
|
|
25 |
description="Enter a sentence and get a prediction of personality traits."
|
26 |
)
|
27 |
|
28 |
-
# Launch the Gradio app
|
29 |
-
interface.launch()
|
|
|
25 |
description="Enter a sentence and get a prediction of personality traits."
|
26 |
)
|
27 |
|
28 |
+
# Launch the Gradio app on a specific port
|
29 |
+
interface.launch(server_port=7862) # You can change 7861 to another port if necessary
|