tabedini commited on
Commit
e98171a
1 Parent(s): 93e4505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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