Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def main():
|
|
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],
|
67 |
outputs=[translated_text,result_video,result_gallery],
|
|
|
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],
|
67 |
outputs=[translated_text,result_video,result_gallery],
|