Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def create_ui():
|
|
| 151 |
#sub_title{margin-top: -20px !important}
|
| 152 |
'''
|
| 153 |
|
| 154 |
-
with gr.Blocks(title="Sora-2
|
| 155 |
gr.HTML("""
|
| 156 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
| 157 |
<h1 style="font-size: 2.5em; margin-bottom: 0.5em;">
|
|
|
|
| 151 |
#sub_title{margin-top: -20px !important}
|
| 152 |
'''
|
| 153 |
|
| 154 |
+
with gr.Blocks(title="Sora-2", theme=gr.themes.Soft(), css=css) as demo:
|
| 155 |
gr.HTML("""
|
| 156 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
| 157 |
<h1 style="font-size: 2.5em; margin-bottom: 0.5em;">
|