Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -778,5 +778,4 @@ iface = gr.ChatInterface(
|
|
778 |
|
779 |
if __name__ == "__main__":
|
780 |
logger.info("Starting the SearXNG Scraper for Financial News using ChatInterface with Advanced Parameters")
|
781 |
-
|
782 |
-
iface.launch(share=True, api_name="/predict")
|
|
|
778 |
|
779 |
if __name__ == "__main__":
|
780 |
logger.info("Starting the SearXNG Scraper for Financial News using ChatInterface with Advanced Parameters")
|
781 |
+
iface.launch(share=True)
|
|