Zayed024 commited on
Commit
b6b0279
·
verified ·
1 Parent(s): 8076129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import warnings
2
  warnings.filterwarnings('ignore')
3
- !pip install torch
4
  import os
5
  import gradio as gr
6
 
7
-
8
  import tempfile
9
  import numpy as np
10
  import cohere
 
1
  import warnings
2
  warnings.filterwarnings('ignore')
3
+
4
  import os
5
  import gradio as gr
6
 
7
+ import torch
8
  import tempfile
9
  import numpy as np
10
  import cohere