Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio-tests-old
/
min-dallev4-sse
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freddyaboulton
HF Staff
commited on
Oct 30, 2023
Commit
9bb0c58
路
1 Parent(s):
def3031
Upload app.py with huggingface_hub
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.Gallery(["examples/dali-walle.jpg"])
5
+
6
+
demo.launch()