Spaces:
Running
on
Zero
Running
on
Zero
Prime Cai
commited on
Commit
·
b7865f6
1
Parent(s):
cedcf56
fix samples
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with demo:
|
|
174 |
],
|
175 |
outputs=gr.Image(type="pil"),
|
176 |
examples=get_samples(),
|
177 |
-
|
178 |
)
|
179 |
|
180 |
if __name__ == "__main__":
|
|
|
174 |
],
|
175 |
outputs=gr.Image(type="pil"),
|
176 |
examples=get_samples(),
|
177 |
+
examples_kwargs={"run_on_click": False},
|
178 |
)
|
179 |
|
180 |
if __name__ == "__main__":
|