Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
import gradio as gr
|
2 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
import sys
|
4 |
from uuid import uuid1
|
5 |
from PIL import Image
|
|
|
|
|
1 |
import os
|
2 |
+
|
3 |
+
os.system("pip uninstall numpy")
|
4 |
+
os.system("pip install numpy")
|
5 |
+
os.system("pip install pandas")
|
6 |
+
|
7 |
+
import gradio as gr
|
8 |
import sys
|
9 |
from uuid import uuid1
|
10 |
from PIL import Image
|