BhumikaMak commited on
Commit
13264bc
·
verified ·
1 Parent(s): fa0947c

resolved runtime error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=custom_css) as interface:
113
  height=200, # Adjust height automatically based on content
114
  columns=1
115
 
116
- ).style(height=200)
117
  netron_display = gr.HTML(label="Netron Visualization")
118
 
119
  # Update sample image
@@ -130,7 +130,7 @@ with gr.Blocks(css=custom_css) as interface:
130
  height=200, # Adjust height automatically based on content
131
  columns=1
132
 
133
- ).style(height=200)
134
 
135
 
136
  # Multi-threaded processing
 
113
  height=200, # Adjust height automatically based on content
114
  columns=1
115
 
116
+ )
117
  netron_display = gr.HTML(label="Netron Visualization")
118
 
119
  # Update sample image
 
130
  height=200, # Adjust height automatically based on content
131
  columns=1
132
 
133
+ )
134
 
135
 
136
  # Multi-threaded processing