tabedini commited on
Commit
ceec2de
1 Parent(s): e98171a

Update app.py

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