sudhanm commited on
Commit
add3bb9
·
verified ·
1 Parent(s): 9df7f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -586,7 +586,7 @@ if __name__ == "__main__":
586
  print("✅ English model loaded successfully")
587
  except Exception as e:
588
  print(f"⚠️ Warning: Could not pre-load English model: {e}")
589
-
590
  demo = create_interface()
591
  demo.launch(
592
  share=True,
 
586
  print("✅ English model loaded successfully")
587
  except Exception as e:
588
  print(f"⚠️ Warning: Could not pre-load English model: {e}")
589
+
590
  demo = create_interface()
591
  demo.launch(
592
  share=True,