ovi054 commited on
Commit
e7bb2a3
1 Parent(s): e9ba33a

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)