Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rairo/lira-wa
Quantilytix
/
QTX-API
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rairo
commited on
Dec 8, 2023
Commit
3368fa0
·
1 Parent(s):
f20b498
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -94,7 +94,7 @@ def whatsapp():
94
95
#response = ask_pdfs(q)
96
97
-
response
=
"hello"
98
99
return str(response)
100
94
95
#response = ask_pdfs(q)
96
97
+
response
.message(
"hello"
)
98
99
return str(response)
100