ovi054 commited on
Commit
e9ba33a
1 Parent(s): 5052c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,6 +78,6 @@ io = gr.Interface(generate_caption,
78
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
79
  # gr.Image(label="Output Image")
80
  ],
81
- article = article_text
82
  )
83
  io.launch(debug=True)
 
78
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
79
  # gr.Image(label="Output Image")
80
  ],
81
+ article = article_text
82
  )
83
  io.launch(debug=True)