Kvikontent commited on
Commit
0c92d56
·
verified ·
1 Parent(s): 6e938fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ iface = gr.Interface(
22
  inputs="textbox",
23
  outputs="html",
24
  title=title,
25
- description=description
26
  examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
27
  ).launch()
 
22
  inputs="textbox",
23
  outputs="html",
24
  title=title,
25
+ description=description,
26
  examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
27
  ).launch()