Spaces:
Sleeping
Sleeping
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()
|