Spaces:
Runtime error
Runtime error
Commit
Β·
f6f3560
1
Parent(s):
12113f4
Update app.py
Browse files
app.py
CHANGED
@@ -47,14 +47,9 @@ outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
|
47 |
title = "ThermalSense: Object Detection in Thermal Images"
|
48 |
|
49 |
description ="""
|
50 |
-
|
51 |
-
|
52 |
-
No more squinting at pixelated blobs β our app skillfully identifies objects with the precision of a hawk eyeing its prey. π¦
π― Worried about distinguishing between a warm pizza slice and your sneaky pet lizard? Worry no more! ThermalFoduu's got your back, even in the most 'heated' culinary conundrums. ππ¦
|
53 |
-
|
54 |
-
And if you ever find yourself puzzled by the nuances of thermal imagery or craving a deeper dive into the infrared universe, fear not! Our friendly team at Foduu is just an email away. Contact us at info@foduu for all your questions, suggestions, or even if you just want to chat about the latest trends in thermal fashion. ππ§
|
55 |
-
|
56 |
-
So, if you're ready to unveil the secrets hidden within thermal landscapes, join the ThermalFoduu revolution today! Tap that download button and let the thermal adventure begin! ππ #ThermalFoduu #HeatSeeker #FoduuMagic
|
57 |
|
|
|
58 |
"""
|
59 |
examples = [['samples/1.jpeg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45], ['samples/2.jpg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45]]
|
60 |
demo_app = gr.Interface(
|
|
|
47 |
title = "ThermalSense: Object Detection in Thermal Images"
|
48 |
|
49 |
description ="""
|
50 |
+
π₯ Unveiling ThermalFoduu: Spot Objects with Thermal Vision! ππΈ Lost your keys in the dark? ποΈπ ThermalFoduu's got you covered! Powered by Foduu AI, our app effortlessly detects objects in thermal images. No more blurry blobs β just pinpoint accuracy! π¦
π―
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
+
Love the thermal world? Give us a thumbs up! π Questions or suggestions? Contact us at info@foduu. Let's decode the thermal universe together! π§π‘οΈ
|
53 |
"""
|
54 |
examples = [['samples/1.jpeg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45], ['samples/2.jpg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45]]
|
55 |
demo_app = gr.Interface(
|