Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ examples = ['https://www.youtube.com/watch?v=xOZM-1p-jAk']
|
|
44 |
io = gr.Interface(fn=main_generator, inputs=inputs, outputs=outputs, title=title, description = description, examples = examples,
|
45 |
|
46 |
css= """.gr-button-primary { background: -webkit-linear-gradient(
|
47 |
-
|
48 |
background: linear-gradient(
|
49 |
90deg, #355764 0%, #55a8a1 100% ) !important;
|
50 |
background: -moz-linear-gradient( 90deg, #355764 0%, #55a8a1 100% ) !important;
|
|
|
44 |
io = gr.Interface(fn=main_generator, inputs=inputs, outputs=outputs, title=title, description = description, examples = examples,
|
45 |
|
46 |
css= """.gr-button-primary { background: -webkit-linear-gradient(
|
47 |
+
70deg, #355764 0%, #55a8a1 100% ) !important; background: #355764;
|
48 |
background: linear-gradient(
|
49 |
90deg, #355764 0%, #55a8a1 100% ) !important;
|
50 |
background: -moz-linear-gradient( 90deg, #355764 0%, #55a8a1 100% ) !important;
|