nabendu1 commited on
Commit
3303731
1 Parent(s): 9e46d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text","image")
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=["text","image"])
55
  iface.launch()