Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ async def create_demo():
|
|
85 |
# Run the application
|
86 |
if __name__ == "__main__":
|
87 |
demo = asyncio.run(create_demo())
|
88 |
-
demo.launch()
|
|
|
85 |
# Run the application
|
86 |
if __name__ == "__main__":
|
87 |
demo = asyncio.run(create_demo())
|
88 |
+
demo.launch()
|