Kvikontent commited on
Commit
195ae91
1 Parent(s): 92e4f5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["textbox", outputs="text"].launch()
 
15
  return final_result
16
 
17
  # Launch interactive web demo
18
+ iface = gr.Interface(fn=ed_lyrics, inputs="textbox", outputs="text").launch()