prithivMLmods commited on
Commit
899a3eb
·
verified ·
1 Parent(s): 694af2a

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.6.0.")
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)