John6666 commited on
Commit
db1eb04
·
verified ·
1 Parent(s): a9cf91e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -1389,11 +1389,12 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', elem_id="main", fill_width=True, cs
1389
  cache_examples=False,
1390
  #elem_id="examples",
1391
  )
1392
- gr.Markdown(
1393
- """### Resources
1394
- - You can also try the image generator in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/SD_diffusers_interactive).
1395
- """
1396
- )
 
1397
  ## END MOD
1398
 
1399
  with gr.Tab("Inpaint mask maker", render=True):
 
1389
  cache_examples=False,
1390
  #elem_id="examples",
1391
  )
1392
+
1393
+ gr.Markdown(
1394
+ """### Resources
1395
+ - You can also try the image generator in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/SD_diffusers_interactive).
1396
+ """
1397
+ )
1398
  ## END MOD
1399
 
1400
  with gr.Tab("Inpaint mask maker", render=True):