Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -439,7 +439,8 @@ def main():
|
|
| 439 |
show_progress=True
|
| 440 |
)
|
| 441 |
|
| 442 |
-
demo.
|
|
|
|
| 443 |
|
| 444 |
if __name__ == "__main__":
|
| 445 |
main()
|
|
|
|
| 439 |
show_progress=True
|
| 440 |
)
|
| 441 |
|
| 442 |
+
demo.queue()
|
| 443 |
+
demo.launch(share=True)
|
| 444 |
|
| 445 |
if __name__ == "__main__":
|
| 446 |
main()
|