Update app.py
Browse files
app.py
CHANGED
|
@@ -105,11 +105,11 @@ with gr.Blocks() as demo:
|
|
| 105 |
with gr.Column():
|
| 106 |
gr.Markdown("### ⚡ Support our computation")
|
| 107 |
gr.Markdown("Your support helps us cover the hosting costs for this 13B model.")
|
| 108 |
-
support_btn = gr.Button("Support Computation Costs ☕", variant="primary")
|
| 109 |
# Replace the link below with your Razorpay/Ko-fi link
|
| 110 |
support_btn.click(
|
| 111 |
fn=None,
|
| 112 |
-
js='() => { window.open("https://
|
| 113 |
)
|
| 114 |
|
| 115 |
# Theme added to launch method for Gradio 6.0
|
|
|
|
| 105 |
with gr.Column():
|
| 106 |
gr.Markdown("### ⚡ Support our computation")
|
| 107 |
gr.Markdown("Your support helps us cover the hosting costs for this 13B model.")
|
| 108 |
+
support_btn = gr.Button("Support Computation Costs ☕, UPI Id: AngikaAi@ybl ", variant="primary")
|
| 109 |
# Replace the link below with your Razorpay/Ko-fi link
|
| 110 |
support_btn.click(
|
| 111 |
fn=None,
|
| 112 |
+
js='() => { window.open("https://drive.google.com/file/d/1XIpXI25WzNingr4iDoNnt595kxK-YtCq/view?usp=sharing", "_blank"); }'
|
| 113 |
)
|
| 114 |
|
| 115 |
# Theme added to launch method for Gradio 6.0
|