Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -438,14 +438,6 @@ css = '''
|
|
438 |
h1 {
|
439 |
text-align: center;
|
440 |
}
|
441 |
-
.submit-btn {
|
442 |
-
background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
|
443 |
-
border: none !important;
|
444 |
-
color: white !important;
|
445 |
-
}
|
446 |
-
.submit-btn:hover {
|
447 |
-
background-color: #ff581e !important;
|
448 |
-
}
|
449 |
'''
|
450 |
|
451 |
title = """<h1 align="center">IMAGINEO-4K : SDXL</h1>
|
@@ -467,7 +459,7 @@ with gr.Blocks(css=css) as demo:
|
|
467 |
placeholder="Enter your prompt :/",
|
468 |
container=False,
|
469 |
)
|
470 |
-
run_button = gr.Button("Generate Image as ( 1024 x 1024 )
|
471 |
|
472 |
with gr.Row(visible=True):
|
473 |
model_selection = gr.Dropdown(
|
|
|
438 |
h1 {
|
439 |
text-align: center;
|
440 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
'''
|
442 |
|
443 |
title = """<h1 align="center">IMAGINEO-4K : SDXL</h1>
|
|
|
459 |
placeholder="Enter your prompt :/",
|
460 |
container=False,
|
461 |
)
|
462 |
+
run_button = gr.Button("Generate Image as ( 1024 x 1024 ) 🪧", scale=0)
|
463 |
|
464 |
with gr.Row(visible=True):
|
465 |
model_selection = gr.Dropdown(
|