Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sahrulrashid
/
gpt-j-6B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sahrulrashid
commited on
Feb 8, 2024
Commit
1cbb88d
·
verified
·
1 Parent(s):
8488ee6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1 +1,4 @@
1
gr.Interface.load("huggingface/gpt2").launch();
1
+
import gradio as gr
2
+
3
+
4
gr.Interface.load("huggingface/gpt2").launch();