Spaces:
Runtime error
Runtime error
Commit
·
40eb3d0
1
Parent(s):
d222edb
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with block:
|
|
| 160 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=[image_1, image_2], cache_examples=False)
|
| 161 |
ex.dataset.headers = [""]
|
| 162 |
|
| 163 |
-
text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
| 164 |
-
btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
| 165 |
|
| 166 |
block.launch()
|
|
|
|
| 160 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=[image_1, image_2], cache_examples=False)
|
| 161 |
ex.dataset.headers = [""]
|
| 162 |
|
| 163 |
+
# text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
| 164 |
+
# btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
| 165 |
|
| 166 |
block.launch()
|