Spaces:
Running
on
Zero
Running
on
Zero
add print version logs
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def main():
|
|
| 62 |
|
| 63 |
gr.Markdown(NOTES)
|
| 64 |
gr.Markdown(FOOTER)
|
| 65 |
-
|
| 66 |
run_button.click(fn=model.run_with_translation,
|
| 67 |
inputs=[
|
| 68 |
text,
|
|
@@ -72,7 +72,7 @@ def main():
|
|
| 72 |
image_prompt
|
| 73 |
],
|
| 74 |
outputs=[translated_text, result_video])
|
| 75 |
-
|
| 76 |
demo.launch()
|
| 77 |
|
| 78 |
|
|
|
|
| 62 |
|
| 63 |
gr.Markdown(NOTES)
|
| 64 |
gr.Markdown(FOOTER)
|
| 65 |
+
print(gr.__version__)
|
| 66 |
run_button.click(fn=model.run_with_translation,
|
| 67 |
inputs=[
|
| 68 |
text,
|
|
|
|
| 72 |
image_prompt
|
| 73 |
],
|
| 74 |
outputs=[translated_text, result_video])
|
| 75 |
+
print(gr.__version__)
|
| 76 |
demo.launch()
|
| 77 |
|
| 78 |
|