grFileBug / app.py
multimodalart's picture
Update app.py
55616ec
raw
history blame
148 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.File(label="Test", file_count="multiple", interactive=True, file_types="image")
demo.launch()