Spaces:
Running
Running
Commit
•
705630a
1
Parent(s):
0153b09
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def get_prompts_from_image(image_id):
|
|
47 |
else:
|
48 |
return content[0].text, ""
|
49 |
else:
|
50 |
-
return ""
|
51 |
|
52 |
def extract_info(json_data):
|
53 |
if json_data["type"] == "LORA":
|
|
|
47 |
else:
|
48 |
return content[0].text, ""
|
49 |
else:
|
50 |
+
return "", ""
|
51 |
|
52 |
def extract_info(json_data):
|
53 |
if json_data["type"] == "LORA":
|