Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
chat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
May 15, 2024
Commit
e4c6668
·
verified
·
1 Parent(s):
2cdf215
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -59,6 +59,7 @@ def make_call(data):
59
"action": "nothing",
60
"function": "nothing",
61
}
62
return json.dumps(respo)
63
64
59
"action": "nothing",
60
"function": "nothing",
61
}
62
+
print(translated)
63
return json.dumps(respo)
64
65