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