Omnibus commited on
Commit
7ecc702
·
verified ·
1 Parent(s): e13d130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from huggingface_hub import InferenceClient
2
  cl = InferenceClient("vikhyatk/moondream2")
3
-
4
  from __future__ import annotations
5
 
6
  import torch
 
1
  from huggingface_hub import InferenceClient
2
  cl = InferenceClient("vikhyatk/moondream2")
3
+ print(cl)
4
  from __future__ import annotations
5
 
6
  import torch