Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,6 @@ with gr.Blocks(css=css) as myface:
|
|
58 |
color: #ffaa66 !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
-
color: #ffffff !important;
|
62 |
-
.gr-box {
|
63 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
64 |
border-top-color: #000000 !important;
|
65 |
border-right-color: #ffffff !important;
|
@@ -85,7 +83,7 @@ with gr.Blocks(css=css) as myface:
|
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=100):
|
87 |
#Model selection dropdown
|
88 |
-
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True, elem_id="gradio-container")
|
89 |
with gr.Row():
|
90 |
with gr.Column(scale=100):
|
91 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
|
|
58 |
color: #ffaa66 !important;
|
59 |
}
|
60 |
.gr-box {
|
|
|
|
|
61 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
|
|
83 |
with gr.Row():
|
84 |
with gr.Column(scale=100):
|
85 |
#Model selection dropdown
|
86 |
+
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True, elem_id=".gradio-container")
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=100):
|
89 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|