Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yukshanleung
/
shanshan
like
0
Runtime error
App
Files
Files
Community
1
Capitalize I.
#1
by
Wootang01
- opened
Feb 12, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
-
gr.
interface
.load("huggingface/gpt2").launch()
3
1
import gradio as gr
2
+
gr.
Interface
.load("huggingface/gpt2").launch()
3