crypto-code commited on
Commit
bcd81d6
1 Parent(s): 38d0ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import torch.cuda
2
 
3
  import gradio as gr
 
1
+ import os
2
+ os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==3.45.0")
4
+
5
  import torch.cuda
6
 
7
  import gradio as gr