Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
•
46563c9
1
Parent(s):
07dec76
stress test
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def greet(input1, input2):
|
|
17 |
source_image.save(source_path)
|
18 |
target_image = Image.fromarray(input2)
|
19 |
print("Esto es target_image: ", target_image)
|
20 |
-
target_image.save(target_path)
|
21 |
|
22 |
print("source_path: ", source_path)
|
23 |
print("target_path: ", target_path)
|
|
|
17 |
source_image.save(source_path)
|
18 |
target_image = Image.fromarray(input2)
|
19 |
print("Esto es target_image: ", target_image)
|
20 |
+
#target_image.save(target_path)
|
21 |
|
22 |
print("source_path: ", source_path)
|
23 |
print("target_path: ", target_path)
|