Dharini Baskaran commited on
Commit
c2ff59c
·
1 Parent(s): e5fe9ca
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
  gr.Markdown(
98
  """
99
  <div style='display: flex; align-items: center; justify-content: center;'>
100
- <img src='file/public/logo.png' style='height: 50px; margin-right: 10px;'/>
101
  <h1>Inovonics 2D Floorplan Vectorizer</h1>
102
  </div>
103
  """
@@ -111,8 +111,8 @@ with gr.Blocks() as demo:
111
 
112
  with gr.Column():
113
  output_image = gr.Image(label="🖼 Output Vectorized Image")
114
- output_json = gr.JSON(label="🧾 Output JSON")
115
  download_button = gr.File(label="⬇️ Download JSON", visible=True)
 
116
 
117
  error_output = gr.Textbox(label="Error Message", visible=False)
118
 
 
97
  gr.Markdown(
98
  """
99
  <div style='display: flex; align-items: center; justify-content: center;'>
100
+ <img src='public/logo.png' style='height: 50px; margin-right: 10px;'/>
101
  <h1>Inovonics 2D Floorplan Vectorizer</h1>
102
  </div>
103
  """
 
111
 
112
  with gr.Column():
113
  output_image = gr.Image(label="🖼 Output Vectorized Image")
 
114
  download_button = gr.File(label="⬇️ Download JSON", visible=True)
115
+ output_json = gr.JSON(label="🧾 Output JSON")
116
 
117
  error_output = gr.Textbox(label="Error Message", visible=False)
118