rexwang8 commited on
Commit
2f2cd26
·
1 Parent(s): 6a719f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ examples = [
8
  ["A day on Saturn is 10 hours and 14 minutes."],
9
  ["There's no oxygen on Saturn, but roughly 75% hydrogen and 25% helium."]
10
  ]
11
- gr.Interface.load("models/rexwang8/qilin-lit-6b", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description, examples=examples).launch()
12
 
13
  '''
14
  import os
 
8
  ["A day on Saturn is 10 hours and 14 minutes."],
9
  ["There's no oxygen on Saturn, but roughly 75% hydrogen and 25% helium."]
10
  ]
11
+ gr.Interface.load("models/rexwang8/qilin-lit-6b", inputs="text", outputs="text",title=title,description=description, examples=examples).launch()
12
 
13
  '''
14
  import os