Shreyas094
commited on
Commit
•
a6903fb
1
Parent(s):
a2c11b9
Update app.py
Browse files
app.py
CHANGED
@@ -1182,4 +1182,4 @@ iface = gr.ChatInterface(
|
|
1182 |
|
1183 |
if __name__ == "__main__":
|
1184 |
logger.info("Starting the SearXNG Scraper for News using ChatInterface with Advanced Parameters")
|
1185 |
-
iface.launch(
|
|
|
1182 |
|
1183 |
if __name__ == "__main__":
|
1184 |
logger.info("Starting the SearXNG Scraper for News using ChatInterface with Advanced Parameters")
|
1185 |
+
iface.launch(share=True)
|