Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
286 |
-
|
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")
|