Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ybelkada
/
i-like-flan-ul2
like
66
Runtime error
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
Update app.py
#5
by
OKR
- opened
Mar 29, 2023
base:
refs/heads/main
←
from:
refs/pr/5
Discussion
Files changed
+2
-0
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -82,3 +82,5 @@ io = gr.Interface(
82
examples=examples,
83
)
84
io.launch()
82
examples=examples,
83
)
84
io.launch()
85
+
86
+
122344