Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ if __name__ == "__main__":
|
|
28 |
if model and tokenizer:
|
29 |
print("Model and tokenizer loaded successfully!")
|
30 |
else:
|
31 |
-
print("Failed to load model and tokenizer.")
|
|
|
28 |
if model and tokenizer:
|
29 |
print("Model and tokenizer loaded successfully!")
|
30 |
else:
|
31 |
+
print("Failed to load model and tokenizer.")
|