yaziciz commited on
Commit
85d2c3e
·
verified ·
1 Parent(s): fca2557

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -206,7 +206,7 @@ def main():
206
  )
207
 
208
  print("Launching the Gradio UI...")
209
- demo.launch()
210
 
211
  if __name__ == "__main__":
212
  main()
 
206
  )
207
 
208
  print("Launching the Gradio UI...")
209
+ demo.launch(server_name="0.0.0.0", server_port=7860)
210
 
211
  if __name__ == "__main__":
212
  main()