Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|