Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ async def create_demo():
|
|
| 126 |
async def main():
|
| 127 |
demo = await create_demo()
|
| 128 |
demo.queue(default_concurrency_limit=50)
|
| 129 |
-
demo.launch(show_api=
|
| 130 |
|
| 131 |
if __name__ == "__main__":
|
| 132 |
asyncio.run(main())
|
|
|
|
| 126 |
async def main():
|
| 127 |
demo = await create_demo()
|
| 128 |
demo.queue(default_concurrency_limit=50)
|
| 129 |
+
demo.launch(show_api=True)
|
| 130 |
|
| 131 |
if __name__ == "__main__":
|
| 132 |
asyncio.run(main())
|