Spaces:
Runtime error
Runtime error
Commit
·
78511eb
1
Parent(s):
1d9018e
changed some text
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks(css=css_style, title="RadRotator") as app:
|
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=0.25):
|
45 |
pass
|
46 |
-
with gr.Column(scale=1):
|
47 |
gr.Examples(
|
48 |
examples = [os.path.join("./data/examples", f) for f in os.listdir("./data/examples") if "xr" in f],
|
49 |
inputs = [input_img],
|
|
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=0.25):
|
45 |
pass
|
46 |
+
with gr.Column(scale=1.5):
|
47 |
gr.Examples(
|
48 |
examples = [os.path.join("./data/examples", f) for f in os.listdir("./data/examples") if "xr" in f],
|
49 |
inputs = [input_img],
|