TobDeBer commited on
Commit
cbe314e
1 Parent(s): 7f0d5b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,8 +1,5 @@
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
8
  import mdtex2html
 
1
  import os
2
+ import torch
 
 
 
3
 
4
  import gradio as gr
5
  import mdtex2html