Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataScienceProject
/
README
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
benjaminStreltzin
commited on
Sep 12, 2024
Commit
0a5c90a
·
verified
·
1 Parent(s):
ef8505d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+9
-0
app.py
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
import gradio as gr
2
+
3
+
4
+
gradio.Image()
5
+
6
+
7
+
8
+
demo = gr.Interface()
9
+
demo.lunch()