Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keras-io
/
text-generation
like
3
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Jezia
commited on
Feb 11, 2022
Commit
41b3087
·
1 Parent(s):
ebb0ce9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ examples = [
10
['A kid is playing with']
11
]
12
13
-
io = gr.Interface.load("keras-io/text-generation")
14
15
16
10
['A kid is playing with']
11
]
12
13
+
io = gr.Interface.load("
spaces/
keras-io/text-generation")
14
15
16