ai-forever commited on
Commit
6912585
·
verified ·
1 Parent(s): dd8283f

delete imports and mentions of Kandinsky-3 folder

Browse files
Files changed (1) hide show
  1. src/kandinsky.py +2 -2
src/kandinsky.py CHANGED
@@ -1,8 +1,8 @@
1
  import sys
2
- sys.path.append('Kandinsky-3')
3
 
4
  import torch
5
- from kandinsky3 import get_T2I_pipeline
6
  from fastapi import FastAPI, HTTPException
7
  from pydantic import BaseModel
8
  from typing import Optional
 
1
  import sys
2
+ # sys.path.append('Kandinsky-3')
3
 
4
  import torch
5
+ # from kandinsky3 import get_T2I_pipeline
6
  from fastapi import FastAPI, HTTPException
7
  from pydantic import BaseModel
8
  from typing import Optional