Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PablitoGil14
/
AP_Practica2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PablitoGil14
commited on
Apr 15
Commit
3284915
·
verified
·
1 Parent(s):
c8402c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -30,6 +30,7 @@ def detectar_canguros(imagen):
30
31
return draw
32
33
# Interfaz Gradio
34
gr.Interface(
35
fn=detectar_canguros,
30
31
return draw
32
33
+
34
# Interfaz Gradio
35
gr.Interface(
36
fn=detectar_canguros,