cryptocalypse
commited on
Commit
•
ed395ae
1
Parent(s):
8294c7f
Update app.py
Browse files
app.py
CHANGED
@@ -168,10 +168,10 @@ with gr.Blocks(title="NWO BOT") as app:
|
|
168 |
outputs=mem_results
|
169 |
)
|
170 |
|
171 |
-
with gr.Row():
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
|
176 |
with gr.Tab("Image"):
|
177 |
gr.load("models/stabilityai/stable-diffusion-xl-base-1.0")
|
|
|
168 |
outputs=mem_results
|
169 |
)
|
170 |
|
171 |
+
#with gr.Row():
|
172 |
+
# big_block = gr.HTML("""
|
173 |
+
# <iframe style="scroll-padding-left: 50%; relative;background-color: #fff; height: 75vh; width: 100%; overflow-y: hidden; overflow-x: hidden;" src="https://holmesbot.com/api/shared?id=16657e456d9514"></iframe>
|
174 |
+
# """)
|
175 |
|
176 |
with gr.Tab("Image"):
|
177 |
gr.load("models/stabilityai/stable-diffusion-xl-base-1.0")
|