Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ token = os.environ['model_fetch']
|
|
6 |
|
7 |
anonymizer_repo = Repository(local_dir="pipeline", clone_from="felixrosberg/EngageStudiosAutomotiveLoRA", use_auth_token=token)
|
8 |
|
9 |
-
from pipeline.ui import
|
10 |
|
11 |
-
|
12 |
-
|
|
|
6 |
|
7 |
anonymizer_repo = Repository(local_dir="pipeline", clone_from="felixrosberg/EngageStudiosAutomotiveLoRA", use_auth_token=token)
|
8 |
|
9 |
+
from pipeline.ui import run_ui
|
10 |
|
11 |
+
demo = run_ui()
|
12 |
+
demo.queue(max_size=20).launch(show_api=False, debug=False)
|