Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
# It's generally better to manage dependencies outside the script (e.g., in a requirements.txt or by installing manually)
|
3 |
# If you must do it in the script, ensure it's what you intend.
|
4 |
-
|
5 |
|
6 |
from pydantic import BaseModel
|
7 |
import numpy as np
|
|
|
1 |
import os
|
2 |
# It's generally better to manage dependencies outside the script (e.g., in a requirements.txt or by installing manually)
|
3 |
# If you must do it in the script, ensure it's what you intend.
|
4 |
+
os.system("pip install --upgrade gradio") # Commenting out for typical execution, assuming Gradio is installed.
|
5 |
|
6 |
from pydantic import BaseModel
|
7 |
import numpy as np
|