umairahmad1789 commited on
Commit
20b77a1
·
verified ·
1 Parent(s): ef33b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
 
57
  # upload_file_button.click(add_to_db, inputs=upload_file)
58
 
59
- demo.launch(server_name="0.0.0.0", server_port=7777, allowed_paths=["static", "."])
60
 
61
 
62
  if __name__ == "__main__":
 
56
 
57
  # upload_file_button.click(add_to_db, inputs=upload_file)
58
 
59
+ demo.launch(allowed_paths=["static", "."])
60
 
61
 
62
  if __name__ == "__main__":