Pouriarouzrokh commited on
Commit
78511eb
·
1 Parent(s): 1d9018e

changed some text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],