Spaces:
Runtime error
Runtime error
rebolforces
commited on
Commit
·
19743cb
1
Parent(s):
56bba41
Update app.py
Browse filesturned default interpretation on
app.py
CHANGED
@@ -37,7 +37,7 @@ Images sourced from my own collection and Bing Image Search.
|
|
37 |
</p>
|
38 |
</p>'''
|
39 |
|
40 |
-
interpretation=
|
41 |
examples = ['osaka.jpg','matsumoto.jpg','nagoya.jpg','okayama.jpg','shimabara.jpg']
|
42 |
enable_queue=True
|
43 |
share = False
|
|
|
37 |
</p>
|
38 |
</p>'''
|
39 |
|
40 |
+
interpretation='default' #'default' None
|
41 |
examples = ['osaka.jpg','matsumoto.jpg','nagoya.jpg','okayama.jpg','shimabara.jpg']
|
42 |
enable_queue=True
|
43 |
share = False
|