Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def send_it1(inputs, model_choice):
|
|
| 33 |
css=""""""
|
| 34 |
|
| 35 |
|
| 36 |
-
with gr.Blocks(css=css) as myface:
|
| 37 |
gr.HTML("""
|
| 38 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 39 |
<div>
|
|
@@ -53,7 +53,6 @@ with gr.Blocks(css=css) as myface:
|
|
| 53 |
}
|
| 54 |
.gradio-container {
|
| 55 |
color: #ffaa66 !important;
|
| 56 |
-
background-image: linear-gradient(#660099, #000000) !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|
| 59 |
</style>
|
|
|
|
| 33 |
css=""""""
|
| 34 |
|
| 35 |
|
| 36 |
+
with gr.Blocks(css='style.css') as myface:
|
| 37 |
gr.HTML("""
|
| 38 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 39 |
<div>
|
|
|
|
| 53 |
}
|
| 54 |
.gradio-container {
|
| 55 |
color: #ffaa66 !important;
|
|
|
|
| 56 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 57 |
}
|
| 58 |
</style>
|