Zakia commited on
Commit
a61a907
1 Parent(s): d142630

add test_launch

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,6 +29,7 @@ iface = gr.Interface(
29
  [65, "Female", "Other", 2],
30
  ],
31
  )
32
-
 
33
  if __name__ == "__main__":
34
  iface.launch()
 
29
  [65, "Female", "Other", 2],
30
  ],
31
  )
32
+
33
+ iface.test_launch()
34
  if __name__ == "__main__":
35
  iface.launch()