Spaces:
Sleeping
Sleeping
tamas.kiss
commited on
Commit
•
dd61626
1
Parent(s):
8dae07d
Update function call
Browse files
app.py
CHANGED
@@ -201,5 +201,5 @@ def text_to_text_generation(prompt):
|
|
201 |
|
202 |
return true_response
|
203 |
|
204 |
-
iface = gr.Interface(fn=
|
205 |
iface.launch()
|
|
|
201 |
|
202 |
return true_response
|
203 |
|
204 |
+
iface = gr.Interface(fn=text_to_text_generation, inputs="text", outputs="text")
|
205 |
iface.launch()
|