fffiloni commited on
Commit
0150383
·
verified ·
1 Parent(s): 9c73e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ def main():
255
  image_input = gr.Image(type="pil", label="Test Image")
256
  text_input = gr.Radio(["Brief", "Detailed"], label="Description Type", value="Brief")
257
 
258
- run_button = gr.Button(label="Run", visible=True)
259
 
260
  with gr.Column():
261
  image_output = gr.Image(type="pil")
 
255
  image_input = gr.Image(type="pil", label="Test Image")
256
  text_input = gr.Radio(["Brief", "Detailed"], label="Description Type", value="Brief")
257
 
258
+ run_button = gr.Button("Run", visible=True)
259
 
260
  with gr.Column():
261
  image_output = gr.Image(type="pil")