Spaces:
Configuration error
Configuration error
BilalSardar
commited on
Commit
•
01fdd70
1
Parent(s):
04d107a
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def story(StoryLength,StoryPrompt):
|
|
8 |
|
9 |
interface = gr.Interface(fn=story,
|
10 |
inputs=["number","text"],
|
11 |
-
outputs=[
|
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 |
|