ChiranthanCV
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def launch(input):
|
|
19 |
return out[0]['generated_text']
|
20 |
|
21 |
iface = gr.Interface(launch,
|
22 |
-
inputs=
|
23 |
outputs="text")
|
24 |
|
25 |
iface.launch()
|
|
|
19 |
return out[0]['generated_text']
|
20 |
|
21 |
iface = gr.Interface(launch,
|
22 |
+
inputs="text",
|
23 |
outputs="text")
|
24 |
|
25 |
iface.launch()
|