Cov19Detect-ui / app.py
DarshanM0di's picture
Update app.py
2623c79 verified
raw
history blame contribute delete
204 Bytes
import gradio as gr
import os
# πŸ”— Load private Space with full UI
backend = gr.load("spaces/DarshanM0di/CovDetect-core", token=os.getenv("HF_TOKEN"))
# πŸš€ Launch as public Space
backend.launch()