YuChing commited on
Commit
9a7c651
1 Parent(s): b47069d

Update app.py

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