wayne0019 commited on
Commit
7cfd98b
·
verified ·
1 Parent(s): 53f3e49

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()
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=9000)
36
  #demo.launch(server_port=9000, share=True) # share is not supported in Space
37