13ilguun commited on
Commit
59058c7
·
verified ·
1 Parent(s): 769a63d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ demo = gr.ChatInterface(
70
  )
71
 
72
  # Serve UI and API
73
- demo.launch(share=True, show_error=True)
74
 
75
  # To add an API endpoint, you must use FastAPI + mount if needed.
76
  # Ask if you'd like that added again.
 
70
  )
71
 
72
  # Serve UI and API
73
+ demo.launch(share=True, show_error=True, show_api=True)
74
 
75
  # To add an API endpoint, you must use FastAPI + mount if needed.
76
  # Ask if you'd like that added again.