Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DHEIVER
/
Detector-de-Tumor-Cerebral
like
0
Runtime error
App
Files
Files
Community
7d6d161
Detector-de-Tumor-Cerebral
/
app.py
DHEIVER
Update app.py
7d6d161
over 1 year ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
# Carregar o modelo
model = gr.Interface.load(
"models/Devarshi/Brain_Tumor_Detector_swin"
)