Jyantkumar commited on
Commit
09c1a72
1 Parent(s): a8f3f8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ def sepia(input_img_path):
54
  else:
55
  return "women"
56
 
57
- demo = gr.Interface(fn=sepia,inputs= gr.Image(type="filepath",height=200,width=300),outputs="text")
58
  demo.launch()
 
54
  else:
55
  return "women"
56
 
57
+ demo = gr.Interface(fn=sepia,inputs= gr.Image(type="filepath",height=700,width=600),outputs="text")
58
  demo.launch()