localsavageai commited on
Commit
c4e43d3
·
verified ·
1 Parent(s): ac98d2b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,6 +211,6 @@ with gr.Blocks() as app:
211
 
212
  with gr.Tab("Create Database"):
213
  gr.Markdown("## Create a New FAISS Database")
214
-
215
  if __name__ == "__main__":
216
- app.launch
 
211
 
212
  with gr.Tab("Create Database"):
213
  gr.Markdown("## Create a New FAISS Database")
214
+
215
  if __name__ == "__main__":
216
+ app.launch(server_name="0.0.0.0", server_port=7860)