Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import random
|
|
| 5 |
import os
|
| 6 |
import time
|
| 7 |
from PIL import Image
|
|
|
|
| 8 |
from deep_translator import GoogleTranslator
|
| 9 |
import json
|
| 10 |
from theme import theme
|
|
|
|
| 5 |
import os
|
| 6 |
import time
|
| 7 |
from PIL import Image
|
| 8 |
+
from mistralai import Mistral
|
| 9 |
from deep_translator import GoogleTranslator
|
| 10 |
import json
|
| 11 |
from theme import theme
|