Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
4F22
/
text_generator
like
1
Runtime error
App
Files
Files
Community
1
Wootang01
commited on
Dec 9, 2022
Commit
21841d9
•
1 Parent(s):
130edcc
gr.Interface.load("huggingface/gpt2").launch()
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/
got2
").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/
gpt2
").launch()