naseem9006 commited on
Commit
dc629a6
·
verified ·
1 Parent(s): 934201c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
- import torch
2
- # import os
3
- # os.system("pip install torch")
4
  import gradio as gr
5
 
6
  # Use a pipeline as a high-level helper
 
1
+ # import torch
2
+ import os
3
+ os.system("pip install torch")
4
  import gradio as gr
5
 
6
  # Use a pipeline as a high-level helper