Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -586,5 +586,4 @@ Set `BASE_MODEL`/`OUTPUT_DIR` env vars if you like.
|
|
586 |
write_script_btn.click(fn=lambda: f"✅ Trainer script written to `{_write_trainer_script()}`", outputs=[write_script_status])
|
587 |
|
588 |
if __name__ == "__main__":
|
589 |
-
demo.queue(max_size=50).launch(share=True)
|
590 |
-
|
|
|
586 |
write_script_btn.click(fn=lambda: f"✅ Trainer script written to `{_write_trainer_script()}`", outputs=[write_script_status])
|
587 |
|
588 |
if __name__ == "__main__":
|
589 |
+
demo.queue(max_size=50).launch(share=True)
|
|