load_space_main / run.py
aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
d30af70 verified
raw
history blame contribute delete
119 Bytes
import gradio as gr
demo = gr.load("gradio/test-gr-load", src="spaces")
if __name__ == "__main__":
demo.launch()