aliabd's picture
Upload folder using huggingface_hub
ec1fd94 verified
import gradio as gr
with gr.Blocks() as demo:
gr.Number()
demo.launch()