Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with demo:
|
|
| 39 |
b2 = gr.Button("Text Button")
|
| 40 |
|
| 41 |
b1.click(img_fun,inputs=in_image, outputs=out_image)
|
| 42 |
-
b2.click(txt_fun, inputs=[in_text1, in_text2], out_text)
|
| 43 |
#examples=examples
|
| 44 |
|
| 45 |
demo.launch(enable_queue=True, debug=True)
|
|
|
|
| 39 |
b2 = gr.Button("Text Button")
|
| 40 |
|
| 41 |
b1.click(img_fun,inputs=in_image, outputs=out_image)
|
| 42 |
+
b2.click(txt_fun, inputs=[in_text1, in_text2], outputs=out_text)
|
| 43 |
#examples=examples
|
| 44 |
|
| 45 |
demo.launch(enable_queue=True, debug=True)
|