adamtayzzz commited on
Commit
fc5a93b
1 Parent(s): 3d0497d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ def greet(text,text2,exit_pos):
66
  text_input = [(text,text2)]
67
  classifier.get_prob_time(text_input,exit_position=exit_pos)
68
 
69
- iface = gr.Interface(fn=greet, inputs='text', outputs="image")
70
  iface.launch()
 
66
  text_input = [(text,text2)]
67
  classifier.get_prob_time(text_input,exit_position=exit_pos)
68
 
69
+ iface = gr.Interface(fn=greet, inputs=['text','text',"text"], outputs="text")
70
  iface.launch()