Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pp3232133
/
pp3232133-distilgpt2-wikitext2
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pp3232133
commited on
Nov 7, 2023
Commit
6d8ffcb
·
1 Parent(s):
7f14a9b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import gradio as gr
2
3
-
model
= gr.Interface.load("models/pp3232133/distilgpt2-wikitext2")
4
-
model
.launch()
1
import gradio as gr
2
3
+
iface
= gr.Interface.load("models/pp3232133/distilgpt2-wikitext2")
4
+
iface
.launch()