aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
a6f763a verified
raw
history blame
137 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Dropdown(choices=["First Choice", "Second Choice", "Third Choice"])
demo.launch()