prithivMLmods commited on
Commit
a30f73c
·
verified ·
1 Parent(s): a3f3e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ example_image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
213
 
214
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
215
  gr.Markdown("# **DeepSeek OCR [exp]**", elem_id="main-title")
216
- gr.Markdown("> This app is running with transformers v.4.57.1 and torch v.2.6.0.")
217
 
218
  with gr.Row():
219
  with gr.Column(scale=1):
 
213
 
214
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
215
  gr.Markdown("# **DeepSeek OCR [exp]**", elem_id="main-title")
216
+ gr.Markdown("[ This app is running with transformers v.4.57.1 and torch v.2.6.0. ]")
217
 
218
  with gr.Row():
219
  with gr.Column(scale=1):