ActiveYixiao commited on
Commit
9a5bb7a
·
verified ·
1 Parent(s): f87f5e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -163,4 +163,7 @@ demo = gr.Interface(
163
  )
164
 
165
  if __name__ == "__main__":
166
- demo.launch(server_name="0.0.0.0", server_port=7860,share=True)
 
 
 
 
163
  )
164
 
165
  if __name__ == "__main__":
166
+ demo.launch(
167
+ server_name="0.0.0.0",
168
+ server_port=7860
169
+ )