Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def on_submit(instruction,input=""):
|
|
| 54 |
return generated_text
|
| 55 |
|
| 56 |
demo = gr.Interface(
|
| 57 |
-
title=
|
| 58 |
article="Usage and License Notices: licensed for research use only.",
|
| 59 |
fn=on_submit,
|
| 60 |
inputs=["text","text"],
|
|
|
|
| 54 |
return generated_text
|
| 55 |
|
| 56 |
demo = gr.Interface(
|
| 57 |
+
title="Instruction Model - p208p2002/bloomz-zh-instruct-1b7",
|
| 58 |
article="Usage and License Notices: licensed for research use only.",
|
| 59 |
fn=on_submit,
|
| 60 |
inputs=["text","text"],
|