Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def parse_links(prompt):
|
|
57 |
print(json.dumps(data, indent=2))
|
58 |
return json.dumps(data, indent=2)
|
59 |
except json.JSONDecodeError as e:
|
60 |
-
print(f"Invalid JSON: {e}"
|
61 |
|
62 |
#return response.json().get('message')
|
63 |
# Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen
|
|
|
57 |
print(json.dumps(data, indent=2))
|
58 |
return json.dumps(data, indent=2)
|
59 |
except json.JSONDecodeError as e:
|
60 |
+
print(f"Invalid JSON: {e}")
|
61 |
|
62 |
#return response.json().get('message')
|
63 |
# Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen
|