calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
125 Bytes
import gradio as gr
demo = gr.load("gradio/test-gr-load", src="spaces")
if __name__ == "__main__":
demo.launch()