Spaces:
Sleeping
Sleeping
change to use 9001 port
Browse files
app.py
CHANGED
@@ -32,6 +32,6 @@ with gr.Blocks() as demo:
|
|
32 |
examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."], inputs=[english])
|
33 |
|
34 |
|
35 |
-
demo.launch()
|
36 |
#demo.launch(server_port=9000, share=True) # share is not supported in Space
|
37 |
|
|
|
32 |
examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."], inputs=[english])
|
33 |
|
34 |
|
35 |
+
demo.launch(server_port=9001)
|
36 |
#demo.launch(server_port=9000, share=True) # share is not supported in Space
|
37 |
|