AngelinaZanardi commited on
Commit
0b3cc6d
·
verified ·
1 Parent(s): c170fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.red, secondary_hue=gr.themes.colors.red))
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"],css=".gr-button-primary { background-color: green !important; }").queue()
 
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()