wayne0019 commited on
Commit
4489dac
·
verified ·
1 Parent(s): f7e8d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_port=9001)
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()
36
  #demo.launch(server_port=9000, share=True) # share is not supported in Space
37