Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -346,6 +346,7 @@ messages = [
|
|
346 |
|
347 |
def classify(platform, UserInput, Image, Textbox2, Textbox3):
|
348 |
if Textbox3 == code:
|
|
|
349 |
if Image is not None:
|
350 |
output = []
|
351 |
headers = {
|
|
|
346 |
|
347 |
def classify(platform, UserInput, Image, Textbox2, Textbox3):
|
348 |
if Textbox3 == code:
|
349 |
+
imageData = None
|
350 |
if Image is not None:
|
351 |
output = []
|
352 |
headers = {
|