Spaces:
Sleeping
Sleeping
resolved runtime error
Browse files
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 |
-
)
|
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 |
-
)
|
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
|