Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pavelwong
/
Aitrial
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pavelwong
commited on
Mar 6, 2023
Commit
f74cf25
·
1 Parent(s):
d66c27f
Update app.py
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("huggingface/
gpt2
").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/
EleutherAI/gpt-j-6B
").launch()