Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -240,7 +240,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 240 |
with gr.Column():
|
| 241 |
with gr.Tabs():
|
| 242 |
with gr.TabItem("Image Inference"):
|
| 243 |
-
image_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
| 244 |
image_upload = gr.Image(type="pil", label="Image")
|
| 245 |
image_submit = gr.Button("Submit", elem_classes="submit-btn")
|
| 246 |
gr.Examples(
|
|
|
|
| 240 |
with gr.Column():
|
| 241 |
with gr.Tabs():
|
| 242 |
with gr.TabItem("Image Inference"):
|
| 243 |
+
image_query = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query here...")
|
| 244 |
image_upload = gr.Image(type="pil", label="Image")
|
| 245 |
image_submit = gr.Button("Submit", elem_classes="submit-btn")
|
| 246 |
gr.Examples(
|