dawood HF staff commited on
Commit
1fbffcb
1 Parent(s): be6308e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/gpt2", inputs=[gr.Textbox("lines"=3)], examples=[["Hi my name is Dawood and I"]])
4
  iface.launch()
 
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/gpt2", inputs=[gr.Textbox(lines=3)], examples=[["Hi my name is Dawood and I"]])
4
  iface.launch()