mardor commited on
Commit
4dce6cb
·
verified ·
1 Parent(s): 8c9053e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -118,6 +118,8 @@ topics = """
118
  def display_image():
119
  return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
120
 
 
 
121
  theme = gr.themes.Monochrome(
122
  primary_hue="amber",
123
  secondary_hue="rose",
 
118
  def display_image():
119
  return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
120
 
121
+ with gr.Blocks(theme=theme) as demo:
122
+
123
  theme = gr.themes.Monochrome(
124
  primary_hue="amber",
125
  secondary_hue="rose",