Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vivek9
/
ET_623_Project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vivek9
commited on
Apr 5, 2024
Commit
c386cc2
·
verified
·
1 Parent(s):
7be0f90
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import gradio as gr
2
+
3
+
with gr.Blocks() as demo:
4
+
gr.File()
5
+
6
+
demo.launch()