Spaces:
Build error
Build error
andrew3279
commited on
Commit
•
deaf33a
1
Parent(s):
ada792a
Update app.py
Browse files
app.py
CHANGED
@@ -40,11 +40,4 @@ with gr.Blocks() as demo:
|
|
40 |
output_text = gr.Textbox(lines=6, label="The story start with :")
|
41 |
buton.click(beam_gradio_pipeline, inputs=[input_text], outputs=output_text)
|
42 |
|
43 |
-
gr.HTML("""
|
44 |
-
<div style="border-top: 1px solid #303030;">
|
45 |
-
<br>
|
46 |
-
<p>Help me pay for GPU hours so I can publish faster models!</p>
|
47 |
-
<a href="https://www.buymeacoffee.com/" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 45px !important;width: 162px !important;" ></a><br><br>
|
48 |
-
</div>
|
49 |
-
""")
|
50 |
demo.launch()
|
|
|
40 |
output_text = gr.Textbox(lines=6, label="The story start with :")
|
41 |
buton.click(beam_gradio_pipeline, inputs=[input_text], outputs=output_text)
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
demo.launch()
|