merve HF staff commited on
Commit
3b17ea1
β€’
1 Parent(s): 99770ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ with gr.Blocks(title="UDOP") as demo:
87
 
88
  with gr.Row():
89
  with gr.Column():
90
- im = ImagePrompter(type="pil", label="Input Image")
91
- text_prompt = gr.Textbox("Text Prompt")
92
  btn = gr.Button("Submit")
93
  with gr.Column():
94
  output = gr.Textbox(label="UDOP Output")
 
87
 
88
  with gr.Row():
89
  with gr.Column():
90
+ im = ImagePrompter(type="pil", label="Input Document")
91
+ text_prompt = gr.Textbox(label = "Text Prompt with Task Prefix")
92
  btn = gr.Button("Submit")
93
  with gr.Column():
94
  output = gr.Textbox(label="UDOP Output")