Wootang01 commited on
Commit
9296c60
1 Parent(s): 9ef2495

Carefully use parentheses and quotation marks. Check your spelling.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/gpt2", title="My First Text Generator"), descriptions=Instructions: type English next to it".launch()
 
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()