BhumikaMak commited on
Commit
88aaf3e
·
verified ·
1 Parent(s): 95b1b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 netron_url:
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