Commit
·
ce5d79d
1
Parent(s):
255bc2a
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def greet(image, in_contrast, in_brightness):
|
|
11 |
|
12 |
cv2.imshow("Display window", new_image);
|
13 |
cv2.waitKey(0)
|
14 |
-
return new_image
|
15 |
|
16 |
|
17 |
demo = gradio.Interface(
|
|
|
11 |
|
12 |
cv2.imshow("Display window", new_image);
|
13 |
cv2.waitKey(0)
|
14 |
+
return new_image.rotate(45)
|
15 |
|
16 |
|
17 |
demo = gradio.Interface(
|