Spaces:
Runtime error
Runtime error
SUPERFIRE777
commited on
Commit
•
efad4ba
1
Parent(s):
9d859d6
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ def func(sentence):
|
|
33 |
else:
|
34 |
return result
|
35 |
|
36 |
-
iface = gr.Interface(fn=
|
37 |
iface.launch()
|
|
|
33 |
else:
|
34 |
return result
|
35 |
|
36 |
+
iface = gr.Interface(fn=func, inputs="text", outputs="text")
|
37 |
iface.launch()
|