yashzambre commited on
Commit
c283bd4
·
1 Parent(s): de4e6a5

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +6 -0
run.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ with gr.Blocks() as demo:
4
+ gr.File(file_count='multiple')
5
+
6
+ demo.launch()