p208p2002 commited on
Commit
8c18506
1 Parent(s): 39c2cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def on_submit(instruction,input=""):
54
  return generated_text
55
 
56
  demo = gr.Interface(
57
- title=f"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"],
 
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"],