Spaces:
Running
Running
old ui's is trash
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ examples = [
|
|
| 96 |
|
| 97 |
# Gradio Interface
|
| 98 |
|
| 99 |
-
with gr.Blocks(css=CSS, js=JS, theme="
|
| 100 |
gr.HTML("<h1><center>Flux Lab Light</center></h1>")
|
| 101 |
gr.HTML("<p><center>Powered By HF Inference API</center></p>")
|
| 102 |
with gr.Row():
|
|
@@ -106,6 +106,7 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
|
|
| 106 |
with gr.Row():
|
| 107 |
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
| 108 |
sendBtn = gr.Button(scale=1, variant='primary')
|
|
|
|
| 109 |
with gr.Accordion("Advanced Options", open=True):
|
| 110 |
with gr.Column(scale=1):
|
| 111 |
width = gr.Slider(
|
|
|
|
| 96 |
|
| 97 |
# Gradio Interface
|
| 98 |
|
| 99 |
+
with gr.Blocks(css=CSS, js=JS, theme="nevreal/blues") as demo:
|
| 100 |
gr.HTML("<h1><center>Flux Lab Light</center></h1>")
|
| 101 |
gr.HTML("<p><center>Powered By HF Inference API</center></p>")
|
| 102 |
with gr.Row():
|
|
|
|
| 106 |
with gr.Row():
|
| 107 |
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
| 108 |
sendBtn = gr.Button(scale=1, variant='primary')
|
| 109 |
+
with gr.Row():
|
| 110 |
with gr.Accordion("Advanced Options", open=True):
|
| 111 |
with gr.Column(scale=1):
|
| 112 |
width = gr.Slider(
|