hmb HF staff commited on
Commit
8924f96
·
verified ·
1 Parent(s): a163d23

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -10,7 +10,7 @@ def flip_image(x):
10
  return np.fliplr(x)
11
 
12
 
13
- with gr.Blocks() as demo:
14
  gr.Markdown("Flip text or image files using this demo.")
15
  with gr.Tab("Flip Text"):
16
  text_input = gr.Textbox()
 
10
  return np.fliplr(x)
11
 
12
 
13
+ with gr.Blocks(theme="monochrome") as demo:
14
  gr.Markdown("Flip text or image files using this demo.")
15
  with gr.Tab("Flip Text"):
16
  text_input = gr.Textbox()