prithivMLmods commited on
Commit
06e8fa9
·
verified ·
1 Parent(s): a848d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -250,11 +250,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
250
  value="gemma-3-4b-it"
251
  )
252
 
253
- gr.Markdown("**Model Info**")
254
- gr.Markdown("⤷ [Cosmos-Reason1-7B](https://huggingface.co/nvidia/Cosmos-Reason1-7B): understand physical common sense and generate appropriate embodied decisions.")
255
- gr.Markdown("⤷ [docscopeOCR-7B-050425-exp](https://huggingface.co/prithivMLmods/docscopeOCR-7B-050425-exp): optimized for document-level optical character recognition, long-context vision-language understanding.")
256
- gr.Markdown("⤷ [Captioner-Relaxed-7B](https://huggingface.co/Ertugrul/Qwen2.5-VL-7B-Captioner-Relaxed): build with hand-curated dataset for text-to-image models, providing significantly more detailed descriptions or captions of given images.")
257
-
258
  image_submit.click(
259
  fn=generate_image,
260
  inputs=[model_choice, image_query, image_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
 
250
  value="gemma-3-4b-it"
251
  )
252
 
 
 
 
 
 
253
  image_submit.click(
254
  fn=generate_image,
255
  inputs=[model_choice, image_query, image_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],