Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Christinaaa
/
ch
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Wootang01
commited on
Feb 12, 2023
Commit
43c3ae8
·
1 Parent(s):
bf11d58
Copy carefully: I instead of T.
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.
Tnterface
.load("huggingface/gpt2").launch()
1
import gradio as gr
2
3
+
gr.
Interface
.load("huggingface/gpt2").launch()