Spaces:
Running
Running
Update app.py
Browse files
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.
|