Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anestoledo
/
anestesIA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anestoledo
commited on
Feb 10
Commit
6225eb0
·
verified
·
1 Parent(s):
2481740
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
# Cargar un espacio público de Hugging Face
3
+
space_url = "anestoledo/anestesIA"
4
+
gr.Interface.load(f"spaces/{space_url}").launch()