Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AkashDataScience
/
GPT-2
like
0
Runtime error
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()