Spaces:
Runtime error
Runtime error
change theme
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ def open_link(link):
|
|
278 |
print(f"link is {link}")
|
279 |
return link
|
280 |
##default human
|
281 |
-
my_theme = gr.Theme.from_hub("gradio/
|
282 |
|
283 |
image_blocks = gr.Blocks(theme=my_theme).queue()
|
284 |
with image_blocks as demo:
|
|
|
278 |
print(f"link is {link}")
|
279 |
return link
|
280 |
##default human
|
281 |
+
my_theme = gr.Theme.from_hub("gradio/small_and_pretty")
|
282 |
|
283 |
image_blocks = gr.Blocks(theme=my_theme).queue()
|
284 |
with image_blocks as demo:
|