Spaces:
Runtime error
Runtime error
Commit
Β·
12113f4
1
Parent(s):
84e0f9d
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ And if you ever find yourself puzzled by the nuances of thermal imagery or cravi
|
|
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.
|
60 |
demo_app = gr.Interface(
|
61 |
fn=yolov8_inference,
|
62 |
inputs=inputs,
|
|
|
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(
|
61 |
fn=yolov8_inference,
|
62 |
inputs=inputs,
|