AI-Manith's picture
Update app.py
b6acca9 verified
raw
history blame contribute delete
162 Bytes
import gradio as gr
import os
demo = gr.load("AI-Manith/spotradar_gradio_backend", src="spaces", token=os.environ.get("HUGGING_FACE_HUB_TOKEN"))
demo.launch()