Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipperpines
/
text_generator
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
dipperpines
commited on
Nov 26, 2022
Commit
25186b9
·
1 Parent(s):
d974568
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.Interface.load("huggingface/gpt2").launch
1
import gradio as gr
2
+
gr.Interface.load("huggingface/gpt2").launch
()