Update app.py
Browse files
app.py
CHANGED
@@ -303,8 +303,5 @@ with gr.Blocks(title="Tavily Search API", theme=gr.themes.Soft()) as app:
|
|
303 |
# Launch the app
|
304 |
if __name__ == "__main__":
|
305 |
app.launch(
|
306 |
-
share=
|
307 |
-
server_name="127.0.0.1",
|
308 |
-
server_port=7860,
|
309 |
-
show_error=True
|
310 |
)
|
|
|
303 |
# Launch the app
|
304 |
if __name__ == "__main__":
|
305 |
app.launch(
|
306 |
+
share=True
|
|
|
|
|
|
|
307 |
)
|