wendys-llc commited on
Commit
a9d1f40
1 Parent(s): 59d696e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css=CSS) as block:
153
  submit_btn = gr.Button("Submit")
154
  output_text = gr.Textbox(label="Output", elem_id="output-txt")
155
 
156
- examples=[['example01.jpg', MODELS[0], 'best'], ['example02.jpg', MODELS[0], 'best']]
157
  ex = gr.Examples(
158
  examples=examples,
159
  fn=image_to_prompt,
 
153
  submit_btn = gr.Button("Submit")
154
  output_text = gr.Textbox(label="Output", elem_id="output-txt")
155
 
156
+ examples=[['example01.jpg', 'best'], ['example02.jpg', 'best']]
157
  ex = gr.Examples(
158
  examples=examples,
159
  fn=image_to_prompt,