aliabd HF staff commited on
Commit
ed3287f
1 Parent(s): 912346e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ demo = gr.Interface(
28
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
29
  outputs=gr.outputs.Textbox(label="Generated Text"),
30
  title=title,
31
- description=description,
32
- examples=examples,
33
  )
34
 
35
  # launching
 
28
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
29
  outputs=gr.outputs.Textbox(label="Generated Text"),
30
  title=title,
31
+ examples=examples
 
32
  )
33
 
34
  # launching