Update app.py
Browse files
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=
|
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
|