Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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")
|