Pavithiran commited on
Commit
ce06f8a
·
verified ·
1 Parent(s): b4e5d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,4 +345,4 @@ with demo:
345
 
346
  # Launch the app
347
  if __name__ == "__main__":
348
- demo.launch()
 
345
 
346
  # Launch the app
347
  if __name__ == "__main__":
348
+ demo.launch(server_name="0.0.0.0")