Rohit8y commited on
Commit
af7b6c3
1 Parent(s): 72352d9

example set

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +4 -0
app.py CHANGED
@@ -45,5 +45,5 @@ image_input = gr.Image(type="pil", label="Input Image")
45
  iface = gr.Interface(fn=predict,
46
  inputs=[image_input],
47
  outputs=gr.Image(type="pil"),
48
- examples=[["examples/trump-fake.jpeg"]])
49
  iface.launch()
 
45
  iface = gr.Interface(fn=predict,
46
  inputs=[image_input],
47
  outputs=gr.Image(type="pil"),
48
+ examples=[["examples/6178_3003_0.jpg"]])
49
  iface.launch()
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  torch==1.13.0
 
 
 
 
2
  gradio==4.29.0
3
  numpy==1.23.5
4
  opencv_python==4.8.0.76
 
1
  torch==1.13.0
2
+ torchinfo==1.7.2
3
+ torchio==0.18.91
4
+ torchsummary==1.5.1
5
+ torchvision==0.14.0
6
  gradio==4.29.0
7
  numpy==1.23.5
8
  opencv_python==4.8.0.76