rviana commited on
Commit
bbd3459
·
1 Parent(s): e1eb2f9

Change port.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)