Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,8 +109,8 @@ with gr.Blocks() as demo:
|
|
| 109 |
)
|
| 110 |
temp_slider.change(lambda x: x, [temp_slider])
|
| 111 |
|
| 112 |
-
text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 113 |
-
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
| 114 |
|
| 115 |
#demo.launch()
|
| 116 |
"""
|
|
|
|
| 109 |
)
|
| 110 |
temp_slider.change(lambda x: x, [temp_slider])
|
| 111 |
|
| 112 |
+
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 113 |
+
#image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
| 114 |
|
| 115 |
#demo.launch()
|
| 116 |
"""
|