Arkm20 commited on
Commit
dc661cf
1 Parent(s): 9ab70d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -10
app.py CHANGED
@@ -15,15 +15,7 @@ timeout = 100
15
 
16
  article_text = """
17
  <div style="text-align: center;">
18
- <p>Enjoying the tool? Buy me a coffee and get exclusive prompt guides!</p>
19
- <p><i>Instantly unlock helpful tips for creating better prompts!</i></p>
20
- <div style="display: flex; justify-content: center;">
21
- <a href="https://piczify.lemonsqueezy.com/buy/0f5206fa-68e8-42f6-9ca8-4f80c587c83e">
22
- <img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"
23
- alt="Buy Me a Coffee"
24
- style="height: 40px; width: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 10px;">
25
- </a>
26
- </div>
27
  </div>
28
  """
29
 
@@ -132,4 +124,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
132
 
133
  text_button.click(query, inputs=[custom_lora, text_prompt, steps, cfg, randomize_seed, seed, width, height], outputs=[image_output,seed_output, seed])
134
 
135
- app.launch(show_api=False, share=False)
 
15
 
16
  article_text = """
17
  <div style="text-align: center;">
18
+ <p></p>
 
 
 
 
 
 
 
 
19
  </div>
20
  """
21
 
 
124
 
125
  text_button.click(query, inputs=[custom_lora, text_prompt, steps, cfg, randomize_seed, seed, width, height], outputs=[image_output,seed_output, seed])
126
 
127
+ app.launch(show_api=True, share=False)