cryptocalypse commited on
Commit
b3319fe
·
verified ·
1 Parent(s): 9ff1200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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():