JiheonJeong commited on
Commit
bbe7e2d
·
1 Parent(s): 45f13a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
161
 
162
  with gr.Row():
163
  with gr.Column(scale=7):
164
- image = gr.Image(os.path.join(os.path.dirname(__file__), "data/Court.jpeg"), height = 800, width = 1600)
165
  with gr.Column(scale=3):
166
  for idx in range(TOTAL_K):
167
  text = gr.Textbox(label=f"Random Sample - {idx+1}")
 
161
 
162
  with gr.Row():
163
  with gr.Column(scale=7):
164
+ image = gr.Image(os.path.join(os.path.dirname(__file__), "data/Court.jpeg"), height = 500, width = 500)
165
  with gr.Column(scale=3):
166
  for idx in range(TOTAL_K):
167
  text = gr.Textbox(label=f"Random Sample - {idx+1}")