naseem9006 commited on
Commit
e2aa8ba
·
verified ·
1 Parent(s): 49c4bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1,9 +1,4 @@
1
- # import torch
2
- import os
3
- os.system("pip install torch")
4
-
5
- # Install dependencies dynamically (Not recommended for production)
6
- os.system("pip install transformers")
7
 
8
  import gradio as gr
9
 
 
1
+ import torch
 
 
 
 
 
2
 
3
  import gradio as gr
4