Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Wootang02
/
text_generator1
like
1
Runtime error
App
Files
Files
Community
Wootang02
commited on
Dec 14, 2022
Commit
feff0a0
•
1 Parent(s):
0f8c373
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B").launch()