Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,10 +35,10 @@ def parse_links(prompt):
|
|
35 |
|
36 |
print(response.json())
|
37 |
# Parse the JSON response
|
38 |
-
data = response.json()
|
39 |
# Extract the message
|
40 |
-
ergebnis = data.get('message')
|
41 |
-
return ergebnis
|
42 |
|
43 |
return response.json()
|
44 |
# Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen
|
|
|
35 |
|
36 |
print(response.json())
|
37 |
# Parse the JSON response
|
38 |
+
#data = response.json()
|
39 |
# Extract the message
|
40 |
+
#ergebnis = data.get('message')
|
41 |
+
#return ergebnis
|
42 |
|
43 |
return response.json()
|
44 |
# Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen
|