Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moraxgiga
/
rag-demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
moraxgiga
commited on
Jan 31, 2024
Commit
7430631
·
verified
·
1 Parent(s):
1c32cf3
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+7
-1
main.py
CHANGED
Viewed
@@ -1 +1,7 @@
1
-
hi
1
+
from fastapi import FastAPI, HTTPException
2
+
from pydantic import BaseModel, root_validator
3
+
from transformers import AutoModel
4
+
from typing import List
5
+
6
+
7
+