Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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)
|