Spaces:
Runtime error
Runtime error
Display no-result image if no credit
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ def perform(input1, input2):
|
|
52 |
else:
|
53 |
print("No tienes suficientes tokens...")
|
54 |
info_window = "Out of tokens..."
|
|
|
55 |
return path, info_window
|
56 |
|
57 |
print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
|
|
|
52 |
else:
|
53 |
print("No tienes suficientes tokens...")
|
54 |
info_window = "Out of tokens..."
|
55 |
+
path = 'no-result.png'
|
56 |
return path, info_window
|
57 |
|
58 |
print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
|