DigiP-AI commited on
Commit
127a8c8
·
verified ·
1 Parent(s): fbe032c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -282,6 +282,8 @@ css = """
282
  # Gradio interface
283
  with gr.Blocks(theme=theme, css=css) as app:
284
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
 
 
285
  with gr.Tab("Flip Image"):
286
  with gr.Row():
287
  image_input = gr.Image(type="numpy", label="Upload Image")
 
282
  # Gradio interface
283
  with gr.Blocks(theme=theme, css=css) as app:
284
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
285
+ with gr.Tab("Text to Image"):
286
+ gr.load("models/digiplay/AnalogMadness-realistic-model-v7").launch()
287
  with gr.Tab("Flip Image"):
288
  with gr.Row():
289
  image_input = gr.Image(type="numpy", label="Upload Image")