Wolf369 commited on
Commit
2a9f20b
·
1 Parent(s): 9151e96
Files changed (1) hide show
  1. main.py +0 -1
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,