wayne0019 commited on
Commit
596901b
·
1 Parent(s): 1a14b1f

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
 
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
 
37