Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
felixz
/
Flan-T5-experiment
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
felixz
commited on
Feb 7, 2023
Commit
875ae1e
·
1 Parent(s):
f99b813
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -38,8 +38,7 @@ with gr.Blocks() as demo:
38
39
gr.Examples(
40
examples=get_examples(),
41
-
inputs=[txt_in]
,
42
-
cache_examples=True
43
)
44
45
38
39
gr.Examples(
40
examples=get_examples(),
41
+
inputs=[txt_in]
42
)
43
44