Spaces:
Build error
Build error
Update app.py
Browse files
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):
|