Spaces:
Runtime error
Runtime error
pip64
commited on
Commit
·
929592b
1
Parent(s):
aefa46a
start
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ def gen():
|
|
19 |
|
20 |
return sentence
|
21 |
|
22 |
-
iface = gr.Interface(fn=gen, inputs="
|
23 |
iface.launch()
|
|
|
19 |
|
20 |
return sentence
|
21 |
|
22 |
+
iface = gr.Interface(fn=gen, inputs="text", outputs="text")
|
23 |
iface.launch()
|