Spaces:
Sleeping
Sleeping
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.
|
| 147 |
|
| 148 |
with demo:
|
| 149 |
|
|
@@ -179,4 +179,4 @@ with demo:
|
|
| 179 |
)
|
| 180 |
|
| 181 |
# Start demoen uten faner
|
| 182 |
-
demo.launch(share=share, show_api=False, allowed_paths=["Logonew.png"]
|
|
|
|
| 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.green))
|
| 147 |
|
| 148 |
with demo:
|
| 149 |
|
|
|
|
| 179 |
)
|
| 180 |
|
| 181 |
# Start demoen uten faner
|
| 182 |
+
demo.launch(share=share, show_api=False, allowed_paths=["Logonew.png"]).queue()
|