YuChing commited on
Commit
34f1022
1 Parent(s): 40ffcac

Update app.py

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