BilalSardar commited on
Commit
01fdd70
1 Parent(s): 04d107a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def story(StoryLength,StoryPrompt):
8
 
9
  interface = gr.Interface(fn=story,
10
  inputs=["number","text"],
11
- outputs=["text","text"],
12
  title='Bilal\'s Story Generator')
13
 
14
 
 
8
 
9
  interface = gr.Interface(fn=story,
10
  inputs=["number","text"],
11
+ outputs=[gr.inputs.Textbox(label='GPT2 Output'),gr.inputs.Textbox(label='Output summary')],
12
  title='Bilal\'s Story Generator')
13
 
14