Ole Meyer commited on
Commit
30e61bd
β€’
1 Parent(s): 52a2bb4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
  image = gr.Image(type="pil", label="Image")
58
  instruction = gr.Text(label="Instruction")
59
  output_format = gr.TextArea(label="Output Format", placeholder="Specify the output format.")
60
- sub_btn=gr.Button(text="Run")
61
  with gr.Column():
62
  out = gr.Code(label="Output")
63
 
 
57
  image = gr.Image(type="pil", label="Image")
58
  instruction = gr.Text(label="Instruction")
59
  output_format = gr.TextArea(label="Output Format", placeholder="Specify the output format.")
60
+ sub_btn=gr.Button(value="Run")
61
  with gr.Column():
62
  out = gr.Code(label="Output")
63