djairbee5 commited on
Commit
09b3f16
1 Parent(s): 0d71f1b

changing name and adding new

Browse files
Files changed (3) hide show
  1. app.py +1 -0
  2. requirements.txt +4 -0
  3. requirments.txt +0 -2
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  import torch
3
  import torch.nn as nn
 
1
+ -- pip install -r requirements.txt
2
  import gradio as gr
3
  import torch
4
  import torch.nn as nn
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ PIL
4
+ gradio
requirments.txt DELETED
@@ -1,2 +0,0 @@
1
- torch
2
- PIL