Spaces:
Sleeping
Sleeping
Commit ·
35a8af0
1
Parent(s): 7b69669
fix color
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def face_swap(
|
|
| 173 |
with gr.Blocks(title="BFS-Best Face Swap with Qwen", theme=gr.themes.Soft(), css="""
|
| 174 |
.container {max-width: 1200px; margin: auto;}
|
| 175 |
.image-container {border-radius: 10px; border: 2px dashed #ccc;}
|
| 176 |
-
.fixed-prompt {background-color: #
|
| 177 |
.lora-info {background-color: #000000; padding: 8px; border-radius: 5px; margin: 5px 0; font-size: 0.9em;}
|
| 178 |
""") as demo:
|
| 179 |
gr.Markdown(
|
|
|
|
| 173 |
with gr.Blocks(title="BFS-Best Face Swap with Qwen", theme=gr.themes.Soft(), css="""
|
| 174 |
.container {max-width: 1200px; margin: auto;}
|
| 175 |
.image-container {border-radius: 10px; border: 2px dashed #ccc;}
|
| 176 |
+
.fixed-prompt {background-color: #000000; padding: 10px; border-radius: 5px; font-family: monospace;}
|
| 177 |
.lora-info {background-color: #000000; padding: 8px; border-radius: 5px; margin: 5px 0; font-size: 0.9em;}
|
| 178 |
""") as demo:
|
| 179 |
gr.Markdown(
|