Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AkashDataScience
/
GPT-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AkashDataScience
commited on
Jul 3, 2024
Commit
f640e74
·
1 Parent(s):
6c3debe
Added launch
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,5 @@ demo = gr.Interface(
82
title = title,
83
description = description,
84
examples = examples,
85
-
)
82
title = title,
83
description = description,
84
examples = examples,
85
+
)
86
+
demo.launch()