sapthesh commited on
Commit
047d22b
·
verified ·
1 Parent(s): ad9af7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,6 +66,6 @@ except Exception as e:
66
 
67
  # Launch the interface
68
  try:
69
- iface .launch()
70
  except Exception as e:
71
  print(f"Failed to launch Gradio interface: {e}")
 
66
 
67
  # Launch the interface
68
  try:
69
+ iface.launch()
70
  except Exception as e:
71
  print(f"Failed to launch Gradio interface: {e}")