Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -715,4 +715,4 @@ if __name__ == "__main__":
|
|
715 |
# Initialize models with the specified captioner
|
716 |
pipeline, captioner = initialize_models(args.captioner)
|
717 |
|
718 |
-
demo.launch(
|
|
|
715 |
# Initialize models with the specified captioner
|
716 |
pipeline, captioner = initialize_models(args.captioner)
|
717 |
|
718 |
+
demo.launch(debug=True, ssr_mode=False)
|