Spaces:
Runtime error
Runtime error
Commit
·
20262ce
1
Parent(s):
1984f1c
Update main.py
Browse files
main.py
CHANGED
|
@@ -61,14 +61,14 @@ theme = "Base"
|
|
| 61 |
|
| 62 |
with gr.Blocks(theme=theme) as demo:
|
| 63 |
gr.Markdown("""
|
| 64 |
-
#
|
| 65 |
|
| 66 |
<h3></h3>
|
| 67 |
|
| 68 |
|
| 69 |
-
🚀 This space generates
|
| 70 |
|
| 71 |
-
⏰️ Generation on average lasts
|
| 72 |
|
| 73 |
👥️️ This demo was created by OpenskyML and 4COM!
|
| 74 |
|
|
@@ -76,8 +76,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 76 |
|
| 77 |
""")
|
| 78 |
|
| 79 |
-
|
| 80 |
-
|
| 81 |
|
| 82 |
|
| 83 |
gr.DuplicateButton(value="Duplicate space for private use")
|
|
|
|
| 61 |
|
| 62 |
with gr.Blocks(theme=theme) as demo:
|
| 63 |
gr.Markdown("""
|
| 64 |
+
# ForgeStudio Large
|
| 65 |
|
| 66 |
<h3></h3>
|
| 67 |
|
| 68 |
|
| 69 |
+
🚀 This space generates txt2img, img2img by text with many settings!
|
| 70 |
|
| 71 |
+
⏰️ Generation on average lasts 25-45 seconds!
|
| 72 |
|
| 73 |
👥️️ This demo was created by OpenskyML and 4COM!
|
| 74 |
|
|
|
|
| 76 |
|
| 77 |
""")
|
| 78 |
|
| 79 |
+
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
gr.DuplicateButton(value="Duplicate space for private use")
|