Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def yt_transcribe(yt_url, return_timestamps=False):
|
|
| 143 |
|
| 144 |
# Lag Gradio-appen uten faner
|
| 145 |
|
| 146 |
-
demo = gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.green, secondary_hue=gr.themes.colors.
|
| 147 |
|
| 148 |
with demo:
|
| 149 |
|
|
|
|
| 143 |
|
| 144 |
# Lag Gradio-appen uten faner
|
| 145 |
|
| 146 |
+
demo = gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.green, secondary_hue=gr.themes.colors.red))
|
| 147 |
|
| 148 |
with demo:
|
| 149 |
|