donb-hf commited on
Commit
13b212c
1 Parent(s): 4c2115f

remove markdown

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -169,13 +169,6 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
169
  label='Try examples'
170
  )
171
 
172
- gr.Markdown("## 🚀Other Cool Stuff:")
173
- gr.Markdown("- [Florence 2 Whitepaper](https://arxiv.org/pdf/2311.06242) - how I found out about the Roboflow 100 and the BCCD dataset.")
174
- gr.Markdown("- [Roboflow YouTube Video on Florence 2 fine-tuning](https://youtu.be/i3KjYgxNH6w?si=x1ZMg9hsNe25Y19-&t=1296) - bookmarked an 🧠insightful trade-off analysis of various VLMs.")
175
- gr.Markdown("- [Landing AI - Vision Agent](https://va.landing.ai/) - 🌟just pure WOW. bringing agentic planning into solutions architecture.")
176
- gr.Markdown("- [OmniScience fork of Landing AI repo](https://huggingface.co/spaces/dwb2023/omniscience) - I had a lot of fun with this one... some great 🔍reverse engineering enabled by W&B's Weave📊.")
177
- gr.Markdown("- [Scooby Snacks🐕 - microservice based function calling with style](https://huggingface.co/spaces/dwb2023/blackbird-app) - Leveraging 🤖Claude Sonnet 3.5 to orchestrate Microservice-Based Function Calling.")
178
-
179
  submit_btn.click(process_image, [input_img, task_prompt, model_selector], [output_text, output_img])
180
 
181
  demo.launch(debug=True)
 
169
  label='Try examples'
170
  )
171
 
 
 
 
 
 
 
 
172
  submit_btn.click(process_image, [input_img, task_prompt, model_selector], [output_text, output_img])
173
 
174
  demo.launch(debug=True)