Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vvaann
/
Assignment21-GPT2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vvaann
commited on
Jul 7, 2024
Commit
d43a827
·
verified
·
1 Parent(s):
9748c96
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -73,8 +73,6 @@ demo = gr.Interface(
73
outputs = [
74
gr.Text(),
75
],
76
-
title = title
,
77
-
examples = examples,
78
-
cache_examples=False
79
)
80
demo.launch()
73
outputs = [
74
gr.Text(),
75
],
76
+
title = title
77
)
78
demo.launch()