Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbatte
/
realstate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b3ba26
realstate
/
app
/
models
/
prediction_models.py
sanbatte
api with gradio
efd486d
about 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
from
pydantic
import
BaseModel
class
PredictionRequest
(
BaseModel
):
question:
str
class
PredictionResponse
(
BaseModel
):
response:
str