Johnny-Z commited on
Commit
39052a7
1 Parent(s): 6afc5c1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ def main():
328
  )
329
 
330
  demo.queue(max_size=10)
331
- demo.launch(server_port=8000, server_name="0.0.0.0")
332
 
333
 
334
  if __name__ == "__main__":
 
328
  )
329
 
330
  demo.queue(max_size=10)
331
+ demo.launch()
332
 
333
 
334
  if __name__ == "__main__":