Spaces:
Sleeping
Sleeping
HTML
Browse files
app.py
CHANGED
@@ -60,5 +60,7 @@ with gr.Blocks(title="RIFE Interpolation") as demo:
|
|
60 |
user_img = gr.Image(type="filepath", label="Interpolated GIF")
|
61 |
user_path = gr.Textbox(label="Output path", interactive=False)
|
62 |
run_btn2.click(interpolate_image, [user_A, user_B], [user_img, user_path])
|
|
|
|
|
63 |
|
64 |
demo.launch()
|
|
|
60 |
user_img = gr.Image(type="filepath", label="Interpolated GIF")
|
61 |
user_path = gr.Textbox(label="Output path", interactive=False)
|
62 |
run_btn2.click(interpolate_image, [user_A, user_B], [user_img, user_path])
|
63 |
+
gr.HTML("""<div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
|
64 |
+
<div style="margin: 0.75em 0;">But what would really help me is a <strong>PRO subscription</strong> to Google Colab, Kaggle or Hugging Face. Many thanks.</div>""")
|
65 |
|
66 |
demo.launch()
|