Spaces:
Runtime error
Runtime error
Alexandre Huynh
commited on
Commit
•
eb96f5a
1
Parent(s):
b8a38bc
Fixed pip
Browse files
app.py
CHANGED
@@ -9,9 +9,11 @@ Original file is located at
|
|
9 |
# Chargement du modèle GPT-2 entrainé
|
10 |
"""
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
|
16 |
import os
|
17 |
from tensorflow import keras
|
|
|
9 |
# Chargement du modèle GPT-2 entrainé
|
10 |
"""
|
11 |
|
12 |
+
import pip
|
13 |
+
|
14 |
+
pip install --upgrade typing-extensions
|
15 |
+
pip install gradio -q
|
16 |
+
pip install keras_nlp -q
|
17 |
|
18 |
import os
|
19 |
from tensorflow import keras
|