Spaces:
Runtime error
Runtime error
Changing model
Browse files
app.py
CHANGED
|
@@ -5,5 +5,5 @@ def update(name):
|
|
| 5 |
return f"Welcome to Gradio, {name}!"
|
| 6 |
|
| 7 |
|
| 8 |
-
gr.Interface.load('huggingface/
|
| 9 |
|
|
|
|
| 5 |
return f"Welcome to Gradio, {name}!"
|
| 6 |
|
| 7 |
|
| 8 |
+
gr.Interface.load('huggingface/distilgpt2').launch()
|
| 9 |
|