Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(title="BPE Visualization Demo") as demo:
|
|
145 |
value="TokenFD_4096_English_seg" # 设置默认值为第一个选项
|
146 |
)
|
147 |
image_input = gr.Image(label="Upload images", type="pil")
|
148 |
-
text_input = gr.Textbox(label="Input text")
|
149 |
|
150 |
run_btn = gr.Button("RUN")
|
151 |
|
|
|
145 |
value="TokenFD_4096_English_seg" # 设置默认值为第一个选项
|
146 |
)
|
147 |
image_input = gr.Image(label="Upload images", type="pil")
|
148 |
+
text_input = gr.Textbox(label="Input text on the image")
|
149 |
|
150 |
run_btn = gr.Button("RUN")
|
151 |
|