mimbres commited on
Commit
6e45c0f
1 Parent(s): 23fe22a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
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"))
132
 
133
  with gr.Row():
134
  with gr.Column(scale=10):
 
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):