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...
45e6ca1
gradio_demo_CatDogClassifier
/
app
/
schemas
/
chat.py
Soutrik
added: fastapi framework
36ed17a
3 months ago
raw
Copy download link
history
blame
194 Bytes
from
pydantic
import
BaseModel
class
ChatMessage
(
BaseModel
):
content:
str
user_input:
int
class
ChatResponse
(
BaseModel
):
message_id:
int
status:
str
processed_value:
int