Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 233 |
output_image = gr.Image(label="Layout Detection (If Any)", type="pil")
|
| 234 |
|
| 235 |
with gr.Accordion("Note", open=False):
|
| 236 |
-
gr.Markdown("Inference using Huggingface transformers on NVIDIA GPUs. This app is running with transformers version 4.57.2 and torch version 2.
|
| 237 |
|
| 238 |
def toggle_ref_text_visibility(task):
|
| 239 |
return gr.Textbox(visible=True) if task == "Locate Object by Reference" else gr.Textbox(visible=False)
|
|
|
|
| 233 |
output_image = gr.Image(label="Layout Detection (If Any)", type="pil")
|
| 234 |
|
| 235 |
with gr.Accordion("Note", open=False):
|
| 236 |
+
gr.Markdown("Inference using Huggingface transformers on NVIDIA GPUs. This app is running with transformers version 4.57.2 and torch version 2.9.1.")
|
| 237 |
|
| 238 |
def toggle_ref_text_visibility(task):
|
| 239 |
return gr.Textbox(visible=True) if task == "Locate Object by Reference" else gr.Textbox(visible=False)
|