akshaytrikha commited on
Commit
6593789
1 Parent(s): 0d704c1

forgot comma

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