Naneet commited on
Commit
b43f258
·
verified ·
1 Parent(s): dfc2121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ app = gr.Interface(
66
  description="Predicts ECG conditions based on input signal.",
67
  )
68
 
 
69
  # Launch app
70
  if __name__ == "__main__":
71
  app.launch()
 
66
  description="Predicts ECG conditions based on input signal.",
67
  )
68
 
69
+
70
  # Launch app
71
  if __name__ == "__main__":
72
  app.launch()