Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,10 +2,10 @@ import gradio as gr
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Initialize Inference Clients for all models
|
| 5 |
-
paligemma224_client = InferenceClient("
|
| 6 |
-
paligemma448_client = InferenceClient("
|
| 7 |
-
paligemma896_client = InferenceClient("
|
| 8 |
-
paligemma28b_client = InferenceClient("
|
| 9 |
llama_client = InferenceClient("llama/3.3-1b")
|
| 10 |
deepseek_client = InferenceClient("deepseek-ai/deepseek-vl2")
|
| 11 |
omniparser_client = InferenceClient("microsoft/OmniParser")
|
|
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Initialize Inference Clients for all models
|
| 5 |
+
paligemma224_client = InferenceClient("MoritzLaurer/mDeBERTa-v3-base-mnli-xnli")
|
| 6 |
+
paligemma448_client = InferenceClient("microsoft/LLM2CLIP-Llama-3-8B-Instruct-CC-Finetuned")
|
| 7 |
+
paligemma896_client = InferenceClient("ProsusAI/finbert")
|
| 8 |
+
paligemma28b_client = InferenceClient("Skywork/Skywork-o1-Open-PRM-Qwen-2.5-1.5B")
|
| 9 |
llama_client = InferenceClient("llama/3.3-1b")
|
| 10 |
deepseek_client = InferenceClient("deepseek-ai/deepseek-vl2")
|
| 11 |
omniparser_client = InferenceClient("microsoft/OmniParser")
|