Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def main():
|
|
| 60 |
gr.Markdown(FOOTER)
|
| 61 |
|
| 62 |
|
| 63 |
-
examples = gr.Examples(examples=[["骑滑板的皮卡丘",
|
| 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],
|