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