mrbeliever commited on
Commit
83b6176
·
verified ·
1 Parent(s): eef7aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,3 +45,5 @@ iface = gr.Interface(
45
 
46
  # Launch the interface
47
  iface.launch()
 
 
 
45
 
46
  # Launch the interface
47
  iface.launch()
48
+ except Exception as e:
49
+ print(f"Error: {e}")