Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
simple_galleryv4-sse
like
1
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freddyaboulton
HF Staff
commited on
Oct 30, 2023
Commit
4d7de22
·
1 Parent(s):
3b05dcb
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
4
+
gr.Interface(lambda x: ["cheetah1.jpg"], "textbox", "gallery").launch()