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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -282,8 +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("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")
 
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
+
287
  with gr.Tab("Flip Image"):
288
  with gr.Row():
289
  image_input = gr.Image(type="numpy", label="Upload Image")