AdhamEhab commited on
Commit
8209b0c
1 Parent(s): e265f46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tempfile
7
  import os
8
 
9
  os.system("pip uninstall -y gradio")
10
- os.system("pip install gradio==2.6.4")
11
 
12
  # Initialize the device
13
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
7
  import os
8
 
9
  os.system("pip uninstall -y gradio")
10
+ os.system("pip install gradio==3.50")
11
 
12
  # Initialize the device
13
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')