akshaytrikha commited on
Commit
1996290
1 Parent(s): a895a4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ examples = [
28
 
29
  demo = gr.Interface(
30
  fn=generate,
31
- inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
32
- outputs=gr.outputs.Textbox(label="Generated Text"),
33
  examples=examples
34
  )
35
 
 
28
 
29
  demo = gr.Interface(
30
  fn=generate,
31
+ inputs=gr.inputs.Textbox(lines=5, label="Prompt"),
32
+ outputs=gr.outputs.Textbox(label="Generated Trump Tweet"),
33
  examples=examples
34
  )
35