mrchuy commited on
Commit
c8701ba
1 Parent(s): 2720910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,7 +20,7 @@ def gentext(user_input="The world is"):
20
 
21
  gr.Interface(
22
  gentext,
23
- inputs=gr.inputs.Text(label="Some prompt", type="input"),
24
- outputs=gr.outputs.Label(num_top_classes=2),
25
- title="Some prompt",
26
  ).launch()
 
20
 
21
  gr.Interface(
22
  gentext,
23
+ inputs="text",
24
+ outputs="text",
25
+ title="Testing out salesforce XGen 7B",
26
  ).launch()