valeria-legaria commited on
Commit
27b0367
·
1 Parent(s): c9d582a

Actualizacion del demo

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
  import gradio as gr
2
 
3
- def greet(name):
4
- return "Hello " + name + "!!"
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/mindee/fasterrcnn_mobilenet_v3_large_fpn").launch();