Spaces:
Sleeping
Sleeping
Jyantkumar
commited on
Commit
•
09c1a72
1
Parent(s):
a8f3f8f
Update app.py
Browse files
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=
|
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()
|