Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ def greet(Word1, Word2):
|
|
27 |
return percentage
|
28 |
|
29 |
|
30 |
-
iface = gr.Interface(fn=greet, inputs=[
|
31 |
iface.launch()
|
|
|
27 |
return percentage
|
28 |
|
29 |
|
30 |
+
iface = gr.Interface(fn=greet, inputs=["text", "text"], outputs="text")
|
31 |
iface.launch()
|