BhumikaMak commited on
Commit
da781ed
·
verified ·
1 Parent(s): 105264a

resolved run time error

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -111,8 +111,9 @@ with gr.Blocks(css=custom_css) as interface:
111
  rows=1,
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
114
- ).style(grid=[1], height="auto")
115
 
 
116
  netron_display = gr.HTML(label="Netron Visualization")
117
 
118
  # Update sample image
@@ -126,8 +127,10 @@ with gr.Blocks(css=custom_css) as interface:
126
  label="Deep Feature Factorization",
127
  rows=1,
128
  object_fit="contain",
129
- height="auto" # Adjust height automatically based on content
130
- ).style(grid=[1], height="auto")
 
 
131
 
132
 
133
  # Multi-threaded processing
 
111
  rows=1,
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
114
+ grid=[1]
115
 
116
+ )
117
  netron_display = gr.HTML(label="Netron Visualization")
118
 
119
  # Update sample image
 
127
  label="Deep Feature Factorization",
128
  rows=1,
129
  object_fit="contain",
130
+ height="auto", # Adjust height automatically based on content
131
+ grid=[1]
132
+
133
+ )
134
 
135
 
136
  # Multi-threaded processing