Spaces:
Runtime error
Runtime error
Debug
Browse files
main.py
CHANGED
@@ -10,7 +10,6 @@ token: str = os.environ.get("HUGGINGFACE_TOKEN")
|
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
13 |
-
|
14 |
@app.get("/llm_inference")
|
15 |
def read_root(
|
16 |
prompt: str,
|
|
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
|
|
13 |
@app.get("/llm_inference")
|
14 |
def read_root(
|
15 |
prompt: str,
|