Mods
Browse files
app.py
CHANGED
|
@@ -618,16 +618,16 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
| 618 |
For faster inference without waiting in queue, you may duplicate the space.
|
| 619 |
</p>""")
|
| 620 |
|
| 621 |
-
|
| 622 |
-
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
| 623 |
-
<input type="hidden" name="business" value="AK8BVNALBXSPQ" />
|
| 624 |
-
<input type="hidden" name="no_recurring" value="0" />
|
| 625 |
-
<input type="hidden" name="item_name" value="Please consider helping to defray the cost of APIs such as SerpAPI and WolframAlpha that this app uses." />
|
| 626 |
-
<input type="hidden" name="currency_code" value="USD" />
|
| 627 |
-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
| 628 |
-
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
|
| 629 |
-
</form>
|
| 630 |
-
|
| 631 |
|
| 632 |
gr.HTML("""<center>
|
| 633 |
<a href="https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain?duplicate=true">
|
|
|
|
| 618 |
For faster inference without waiting in queue, you may duplicate the space.
|
| 619 |
</p>""")
|
| 620 |
|
| 621 |
+
# gr.HTML("""
|
| 622 |
+
# <form action="https://www.paypal.com/donate" method="post" target="_top">
|
| 623 |
+
# <input type="hidden" name="business" value="AK8BVNALBXSPQ" />
|
| 624 |
+
# <input type="hidden" name="no_recurring" value="0" />
|
| 625 |
+
# <input type="hidden" name="item_name" value="Please consider helping to defray the cost of APIs such as SerpAPI and WolframAlpha that this app uses." />
|
| 626 |
+
# <input type="hidden" name="currency_code" value="USD" />
|
| 627 |
+
# <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
| 628 |
+
# <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
|
| 629 |
+
# </form>
|
| 630 |
+
# """)
|
| 631 |
|
| 632 |
gr.HTML("""<center>
|
| 633 |
<a href="https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain?duplicate=true">
|