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