m-ric HF staff commited on
Commit
fd77449
1 Parent(s): b5afc3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def rate_coolness(image1, image2):
121
  return final_rating
122
 
123
 
124
- with gr.Blocks() as demo:
125
  image_1 = gr.Image()
126
  button = gr.Button("How cool is this person?")
127
  out = gr.Markdown()
 
121
  return final_rating
122
 
123
 
124
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="red")) as demo:
125
  image_1 = gr.Image()
126
  button = gr.Button("How cool is this person?")
127
  out = gr.Markdown()