Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EuroPython2022
/
machinetestspace
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stasguy
commited on
Jul 17, 2022
Commit
3940477
·
1 Parent(s):
58757bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,6 +4,6 @@ def update(name):
4
return f"Welcome to Gradio, {name}!"
5
6
7
-
gr.Interface.load('huggingface/distilgpt2').launch()
8
9
4
return f"Welcome to Gradio, {name}!"
5
6
7
+
gr.Interface.load('huggingface/distilgpt2').launch()
8
9