Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -623,14 +623,14 @@ with gr.Blocks() as demo:
|
|
| 623 |
|
| 624 |
@spaces.GPU
|
| 625 |
def run_spaces():
|
| 626 |
-
demo.launch(
|
| 627 |
#col-container { margin: 0 auto; max-width: 1200px; }
|
| 628 |
#main-title h1 { font-size: 2.1em !important; }
|
| 629 |
.layer-button { margin: 2px; }
|
| 630 |
""")
|
| 631 |
|
| 632 |
def run_local():
|
| 633 |
-
demo.launch(show_error=True,
|
| 634 |
#col-container { margin: 0 auto; max-width: 1200px; }
|
| 635 |
#main-title h1 { font-size: 2.1em !important; }
|
| 636 |
.layer-button { margin: 2px; }
|
|
|
|
| 623 |
|
| 624 |
@spaces.GPU
|
| 625 |
def run_spaces():
|
| 626 |
+
demo.launch(css="""
|
| 627 |
#col-container { margin: 0 auto; max-width: 1200px; }
|
| 628 |
#main-title h1 { font-size: 2.1em !important; }
|
| 629 |
.layer-button { margin: 2px; }
|
| 630 |
""")
|
| 631 |
|
| 632 |
def run_local():
|
| 633 |
+
demo.launch(show_error=True, css="""
|
| 634 |
#col-container { margin: 0 auto; max-width: 1200px; }
|
| 635 |
#main-title h1 { font-size: 2.1em !important; }
|
| 636 |
.layer-button { margin: 2px; }
|