Spaces:
Sleeping
Sleeping
Kvikontent
commited on
Commit
•
195ae91
1
Parent(s):
92e4f5c
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def ed_lyrics(prompt):
|
|
15 |
return final_result
|
16 |
|
17 |
# Launch interactive web demo
|
18 |
-
iface = gr.Interface(fn=ed_lyrics, inputs=
|
|
|
15 |
return final_result
|
16 |
|
17 |
# Launch interactive web demo
|
18 |
+
iface = gr.Interface(fn=ed_lyrics, inputs="textbox", outputs="text").launch()
|