Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soutrik
/
gradio_demo_CatDogClassifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1567755
gradio_demo_CatDogClassifier
/
app
/
tasks
/
chat_task.py
Soutrik
added: fastapi framework
36ed17a
6 months ago
raw
Copy download link
history
blame
146 Bytes
from
app.core.celery_app
import
celery_app
@celery_app.task
def
process_chat_message
(
content:
str
):
print
(
f"Processing message:
{content}
"
)