Spaces:
Running
Running
adamtayzzz
commited on
Commit
•
c733ea9
1
Parent(s):
fc5a93b
Update app.py
Browse files
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=[
|
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","number"], outputs="text")
|
70 |
iface.launch()
|