cmahima commited on
Commit
3d2b318
·
1 Parent(s): 4b4a622

change theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/seafoam")
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: