Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
5180f51
1
Parent(s):
c10febf
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def image_mod(image):
|
|
27 |
# message = "Cloudy" #Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg
|
28 |
#if display == "4":
|
29 |
# message = "Snowy" # Daedalus_000355_171913_516869_4578_(36155269413).jpg
|
30 |
-
return
|
31 |
|
32 |
gr.Interface(fn=image_mod,
|
33 |
inputs=gr.Image(shape=(256, 256)),
|
|
|
27 |
# message = "Cloudy" #Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg
|
28 |
#if display == "4":
|
29 |
# message = "Snowy" # Daedalus_000355_171913_516869_4578_(36155269413).jpg
|
30 |
+
return yhat
|
31 |
|
32 |
gr.Interface(fn=image_mod,
|
33 |
inputs=gr.Image(shape=(256, 256)),
|