Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,5 +51,5 @@ def greet(mood,select_model,image):
|
|
| 51 |
return str(output)
|
| 52 |
|
| 53 |
iface = gr.Interface(
|
| 54 |
-
fn=greet, inputs=["text", gr.Radio(choices=["Sentiment", "WhatIsThat", "HandWriting","Text2Image"],value="Sentiment"),gr.Image(type="filepath")], outputs=
|
| 55 |
iface.launch()
|
|
|
|
| 51 |
return str(output)
|
| 52 |
|
| 53 |
iface = gr.Interface(
|
| 54 |
+
fn=greet, inputs=["text", gr.Radio(choices=["Sentiment", "WhatIsThat", "HandWriting","Text2Image"],value="Sentiment"),gr.Image(type="filepath")], outputs="image")
|
| 55 |
iface.launch()
|