Spaces:
Runtime error
Runtime error
Commit ·
bda905b
1
Parent(s): 62f9f5a
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.Interface.load("
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
gr.Interface.load("huggingface/gpt2-medium",title="my first generation",description="Input text and submit.").launch()
|