Spaces:
Paused
Paused
Commit
·
55616ec
1
Parent(s):
7e43048
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
with gr.Blocks() as demo:
|
| 4 |
-
gr.File(label="Test", file_count="multiple", interactive=True,
|
| 5 |
|
| 6 |
demo.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
with gr.Blocks() as demo:
|
| 4 |
+
gr.File(label="Test", file_count="multiple", interactive=True, file_types="image")
|
| 5 |
|
| 6 |
demo.launch()
|