Shreyas094 commited on
Commit
1c96914
·
verified ·
1 Parent(s): e5fa24f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- # Add this line to explicitly set the API name
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)