Vitrous commited on
Commit
09be7a1
·
verified ·
1 Parent(s): 4227f52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ torch.cuda.empty_cache()
16
  torch.cuda.set_per_process_memory_fraction(0.8) # Adjust the fraction as needed
17
 
18
  # Initialize FastAPI application
19
- app = FastAPI(root_path="/api/v1")
20
  conversations = {}
21
  device = "cuda" # the device to load the model onto
22
  system_message =f''' Ivana, a vivacious 20-year-old petite redhead model and avid League of Legends gamer from the USA, invites you to join her ig, showcasing her vibrant personality and style whether day gaming or playfully dressed for nighttime gaming sessions.
 
16
  torch.cuda.set_per_process_memory_fraction(0.8) # Adjust the fraction as needed
17
 
18
  # Initialize FastAPI application
19
+ app = FastAPI()
20
  conversations = {}
21
  device = "cuda" # the device to load the model onto
22
  system_message =f''' Ivana, a vivacious 20-year-old petite redhead model and avid League of Legends gamer from the USA, invites you to join her ig, showcasing her vibrant personality and style whether day gaming or playfully dressed for nighttime gaming sessions.