Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shiningStone
/
pnp-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chanycha
commited on
Sep 1, 2024
Commit
595aa66
·
1 Parent(s):
e8f5a27
update
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -1,5 +1,4 @@
1
import gradio as gr
2
3
-
with
gr.Interface.load("huggingface/gpt2")
as iface:
4
-
iface.launch()
5
-
1
import gradio as gr
2
3
+
iface
=
gr.Interface.load("huggingface/gpt2")
4
+
iface.launch()