svjack commited on
Commit
8d440e6
·
verified ·
1 Parent(s): 3f6519e

Update gp_app.py

Browse files
Files changed (1) hide show
  1. gp_app.py +5 -0
gp_app.py CHANGED
@@ -12,6 +12,11 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
 
 
 
 
 
15
  import os
16
 
17
  import gradio as gr
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
15
+ '''
16
+ pip uninstall torch xformers torchvision torchaudio
17
+ pip install torch xformers torchvision torchaudio
18
+ '''
19
+
20
  import os
21
 
22
  import gradio as gr