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