Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ async def create_demo():
|
|
| 73 |
async def main():
|
| 74 |
demo = await create_demo()
|
| 75 |
demo.queue(default_concurrency_limit=50)
|
| 76 |
-
demo.launch(show_api=
|
| 77 |
|
| 78 |
if __name__ == "__main__":
|
| 79 |
asyncio.run(main())
|
|
|
|
| 73 |
async def main():
|
| 74 |
demo = await create_demo()
|
| 75 |
demo.queue(default_concurrency_limit=50)
|
| 76 |
+
demo.launch(show_api=True)
|
| 77 |
|
| 78 |
if __name__ == "__main__":
|
| 79 |
asyncio.run(main())
|