Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SANJAYV10
/
DogDiseasePredictor
like
0
Runtime error
App
Files
Files
Community
2
SANJAYV10
commited on
Oct 21, 2023
Commit
e2590b7
•
1 Parent(s):
208c137
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,7 +14,7 @@ class TorchTensor(torch.Tensor):
14
pass
15
16
class Prediction:
17
-
prediction: TorchTensor
18
19
app = FastAPI()
20
14
pass
15
16
class Prediction:
17
+
prediction: TorchTensor
18
19
app = FastAPI()
20