Spaces:
Sleeping
Sleeping
Change port.
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def classify_text(text):
|
|
11 |
|
12 |
# Set up the Gradio interface
|
13 |
iface = gr.Interface(fn=classify_text, inputs="text", outputs="text")
|
14 |
-
iface.launch()
|
|
|
11 |
|
12 |
# Set up the Gradio interface
|
13 |
iface = gr.Interface(fn=classify_text, inputs="text", outputs="text")
|
14 |
+
iface.launch(server_port=7861)
|