Spaces:
Runtime error
Runtime error
temp-9384289
commited on
Commit
·
61697f2
1
Parent(s):
57b48dd
slider
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ def getModel(model):
|
|
| 187 |
|
| 188 |
|
| 189 |
############################################ return image that you just generated
|
| 190 |
-
return [image
|
| 191 |
|
| 192 |
|
| 193 |
import gradio as gr
|
|
|
|
| 187 |
|
| 188 |
|
| 189 |
############################################ return image that you just generated
|
| 190 |
+
return [image] #, lowest_image]
|
| 191 |
|
| 192 |
|
| 193 |
import gradio as gr
|