Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -323,6 +323,10 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
323 |
inputs=[zir_text2],
|
324 |
outputs=zir_result2
|
325 |
)
|
|
|
|
|
|
|
|
|
326 |
|
327 |
with gr.Tab("Drive"):
|
328 |
with gr.Row():
|
|
|
323 |
inputs=[zir_text2],
|
324 |
outputs=zir_result2
|
325 |
)
|
326 |
+
|
327 |
+
with gr.image("Image"):
|
328 |
+
with gr.Row():
|
329 |
+
gr.load("models/stabilityai/stable-diffusion-xl-base-1.0")
|
330 |
|
331 |
with gr.Tab("Drive"):
|
332 |
with gr.Row():
|