Spaces:
Running
Running
Update app.py
Browse filesdemo.launch(show_error=True)
changed
app.py
CHANGED
@@ -121,4 +121,4 @@ async def create_demo():
|
|
121 |
# Run the app
|
122 |
if __name__ == "__main__":
|
123 |
demo = asyncio.run(create_demo())
|
124 |
-
demo.launch()
|
|
|
121 |
# Run the app
|
122 |
if __name__ == "__main__":
|
123 |
demo = asyncio.run(create_demo())
|
124 |
+
demo.launch(show_error=True)
|