akhaliq HF staff commited on
Commit
e109ab1
1 Parent(s): e1989a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  gr.Markdown(FOOTER)
61
 
62
 
63
- examples = gr.Examples(examples=[["骑滑板的皮卡丘",True,1234,True],
64
  ["a cat playing chess",True,1253,True]],
65
  fn=model.run_with_translation,
66
  inputs=[text,translate,seed,only_first_stage],
 
60
  gr.Markdown(FOOTER)
61
 
62
 
63
+ examples = gr.Examples(examples=[["骑滑板的皮卡丘",False,1234,True],
64
  ["a cat playing chess",True,1253,True]],
65
  fn=model.run_with_translation,
66
  inputs=[text,translate,seed,only_first_stage],