Geek7 commited on
Commit
c13f1a8
·
verified ·
1 Parent(s): 1777d29

Update myapp.py

Browse files
Files changed (1) hide show
  1. myapp.py +1 -1
myapp.py CHANGED
@@ -13,7 +13,7 @@ CORS(myapp)
13
 
14
  HF_TOKEN = os.environ.get("HF_TOKEN")
15
  # Initialize the Inference Client
16
- client = InferenceClient(model="fal/AuraSR-v2", token=HF_TOKEN)
17
 
18
  @myapp.route('/')
19
  def home():
 
13
 
14
  HF_TOKEN = os.environ.get("HF_TOKEN")
15
  # Initialize the Inference Client
16
+ client = InferenceClient(model="pimcore/IEP__image-upscaling-2x", token=HF_TOKEN)
17
 
18
  @myapp.route('/')
19
  def home():