Kvikontent commited on
Commit
92e4f5c
·
verified ·
1 Parent(s): 8b8a0ba

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()