Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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 |
-
|
1393 |
-
|
1394 |
-
|
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):
|