Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|