Spaces:
Paused
Paused
Commit ·
d9e3355
1
Parent(s): 60b2270
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, file_types="image")
|
| 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()
|