test-frontend / app.py
AI-Manith's picture
Update app.py
5b1df93 verified
raw
history blame
154 Bytes
import gradio as gr
import os
demo = gr.load("AI-Manith/test-backend", src="spaces", hf_token=os.environ.get("HUGGING_FACE_HUB_TOKEN"))
demo.launch()