aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
b3fb50b verified
raw
history blame contribute delete
134 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Radio(choices=["First Choice", "Second Choice", "Third Choice"])
demo.launch()