mashedpotatotime commited on
Commit
2e380cc
1 Parent(s): 0a3e053

back to good

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", title="Pythia's Mystical Cave", description="Give Pythia some words to ponder....", inputs=gr.inputs.Textbox(lines=2, placeholder="The more the better..."), outputs=(gr.outputs.Textbox(lines=7), "text"), allow_flagging=False).launch()
4
 
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/gpt2", title="Pythia's Mystical Cave", description="Give Pythia some words to ponder....", inputs=gr.inputs.Textbox(lines=2, placeholder="The more the better..."), outputs="text", allow_flagging=False).launch()
4