Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mshook
/
Simple-gpt2-xl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mshook
commited on
Jul 5, 2023
Commit
c2a8587
·
1 Parent(s):
3dce443
Change model
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("
models
/
digitous/Alpacino30b
").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
huggingface
/
gpt2-xl
").launch()