Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -283,12 +283,13 @@ css = """
|
|
283 |
# Gradio interface
|
284 |
with gr.Blocks(theme=theme, css=css) as app:
|
285 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
|
|
292 |
with gr.Tab("Flip Image"):
|
293 |
with gr.Row():
|
294 |
image_input = gr.Image(type="numpy", label="Upload Image")
|
|
|
283 |
# Gradio interface
|
284 |
with gr.Blocks(theme=theme, css=css) as app:
|
285 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
286 |
+
with gr.Tab("Text to Image"):
|
287 |
+
#gr.HTML("<center><b>Flux</b></center>")
|
288 |
+
#gr.load("models/XLabs-AI/flux-RealismLora")
|
289 |
+
#gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
290 |
+
#gr.load("stabilityai/stable-diffusion-3-medium-diffusers")
|
291 |
+
gr.load("models/dvyio/flux-lora-film-noir")
|
292 |
+
|
293 |
with gr.Tab("Flip Image"):
|
294 |
with gr.Row():
|
295 |
image_input = gr.Image(type="numpy", label="Upload Image")
|