Spaces:
Runtime error
Runtime error
Carefully use parentheses and quotation marks. Check your spelling.
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("huggingface/gpt2", title="My First Text Generator"
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/gpt2", title="My First Text Generator", description="Instructions: type English next to it").launch()
|