sanghan commited on
Commit
8f9ea32
1 Parent(s): 1f2925c

force gradio to update

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