aliabd's picture
Upload folder using huggingface_hub
b3fb50b verified
import gradio as gr
with gr.Blocks() as demo:
gr.Radio(choices=["First Choice", "Second Choice", "Third Choice"])
demo.launch()