Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -550,5 +550,4 @@ from fastapi.staticfiles import StaticFiles
|
|
550 |
demo.app.mount("/static", StaticFiles(directory="static"), name="static")
|
551 |
|
552 |
if __name__ == "__main__":
|
553 |
-
# Launch without the unsupported static_dirs parameter.
|
554 |
demo.queue(max_size=20).launch(share=True)
|
|
|
550 |
demo.app.mount("/static", StaticFiles(directory="static"), name="static")
|
551 |
|
552 |
if __name__ == "__main__":
|
|
|
553 |
demo.queue(max_size=20).launch(share=True)
|