mimbres commited on
Commit
2abd046
1 Parent(s): 6e45c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,8 +127,8 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
127
 
128
  # theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
129
  # with gr.Blocks(theme=theme) as demo:
130
- theme = gr.Theme.from_hub("gradio/dracula_revamped")
131
- with gr.Blocks(theme=theme(text_size="sm")) as demo:
132
 
133
  with gr.Row():
134
  with gr.Column(scale=10):
 
127
 
128
  # theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
129
  # with gr.Blocks(theme=theme) as demo:
130
+ theme = gr.themes.dracula_revamped(text_size="sm")
131
+ with gr.Blocks(theme=theme) as demo:
132
 
133
  with gr.Row():
134
  with gr.Column(scale=10):