jackrui commited on
Commit
210d8da
·
1 Parent(s): e4b92b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,4 +220,4 @@ if __name__ == '__main__':
220
  """)
221
 
222
  iface = gr.Interface(fn=predict, inputs="text", outputs="text")
223
- demo.launch(server_name='127.0.0.1', server_port=7788)
 
220
  """)
221
 
222
  iface = gr.Interface(fn=predict, inputs="text", outputs="text")
223
+ demo.launch()