Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
import os
|
|
|
|
|
|
|
|
|
2 |
from threading import Thread
|
3 |
from typing import Iterator
|
4 |
|
|
|
1 |
import os
|
2 |
+
|
3 |
+
os.system("pip uninstall -y gradio")
|
4 |
+
os.system("pip install gradio==4.38.1")
|
5 |
+
|
6 |
from threading import Thread
|
7 |
from typing import Iterator
|
8 |
|