Spaces:
Sleeping
Sleeping
Update run.py
Browse files
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()
|