Spaces:
Running
on
Zero
Running
on
Zero
Prime Cai
commited on
Commit
·
cedcf56
1
Parent(s):
08de48a
fix samples
Browse files
app.py
CHANGED
@@ -174,7 +174,8 @@ with demo:
|
|
174 |
],
|
175 |
outputs=gr.Image(type="pil"),
|
176 |
examples=get_samples(),
|
|
|
177 |
)
|
178 |
|
179 |
if __name__ == "__main__":
|
180 |
-
demo.launch(debug=False,
|
|
|
174 |
],
|
175 |
outputs=gr.Image(type="pil"),
|
176 |
examples=get_samples(),
|
177 |
+
interactive=True,
|
178 |
)
|
179 |
|
180 |
if __name__ == "__main__":
|
181 |
+
demo.launch(debug=False, share=True)
|