Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -153,8 +153,8 @@ def start_netron_server(file_path):
|
|
153 |
def visualize_model(file):
|
154 |
if file:
|
155 |
file_path = file.name
|
156 |
-
netron_url = start_netron_server(file_path)
|
157 |
-
if
|
158 |
# Embed the Netron viewer using an iframe with the generated URL
|
159 |
iframe_html = f"""
|
160 |
<iframe
|
|
|
153 |
def visualize_model(file):
|
154 |
if file:
|
155 |
file_path = file.name
|
156 |
+
#netron_url = start_netron_server(file_path)
|
157 |
+
if True:
|
158 |
# Embed the Netron viewer using an iframe with the generated URL
|
159 |
iframe_html = f"""
|
160 |
<iframe
|