donb-hf commited on
Commit
beacb7a
·
1 Parent(s): 6065dfd

re-add markdown

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -171,4 +171,11 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
171
 
172
  submit_btn.click(process_image, [input_img, task_prompt, model_selector], [output_text, output_img])
173
 
 
 
 
 
 
 
 
174
  demo.launch(debug=True)
 
171
 
172
  submit_btn.click(process_image, [input_img, task_prompt, model_selector], [output_text, output_img])
173
 
174
+ gr.Markdown("## 🚀Other Cool Stuff:")
175
+ gr.Markdown("- [Florence 2 Whitepaper](https://arxiv.org/pdf/2311.06242) - how I found out about the Roboflow 100 and the BCCD dataset.")
176
+ 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.")
177
+ gr.Markdown("- [Landing AI - Vision Agent](https://va.landing.ai/) - 🌟just pure WOW. bringing agentic planning into solutions architecture.")
178
+ 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📊.")
179
+ 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.")
180
+
181
  demo.launch(debug=True)