Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def infer(prompt, input_wav_file):
|
|
95 |
|
96 |
|
97 |
css = """
|
98 |
-
#col-container {max-width:
|
99 |
img[src*='#center'] {
|
100 |
display: block;
|
101 |
margin: auto;
|
|
|
95 |
|
96 |
|
97 |
css = """
|
98 |
+
#col-container {max-width: 780px; margin-left: auto; margin-right: auto;}
|
99 |
img[src*='#center'] {
|
100 |
display: block;
|
101 |
margin: auto;
|