HyperX-Sentience commited on
Commit
a13b271
·
verified ·
1 Parent(s): 90fb56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
- !pip install torch transformers gradio matplotlib
 
 
2
 
3
  import torch
4
  import gradio as gr
 
1
+ import os
2
+ os.system("pip install torch transformers gradio matplotlib")
3
+
4
 
5
  import torch
6
  import gradio as gr