Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
11 |
#client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K") ERROR
|
12 |
#client = InferenceClient("meta-llama/Llama-3.2-1B") TIMES OUT
|
13 |
#client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
|
14 |
-
#client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct") TIMES OUT
|
15 |
-
client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
16 |
-
|
17 |
|
18 |
|
19 |
def respond(
|
|
|
11 |
#client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K") ERROR
|
12 |
#client = InferenceClient("meta-llama/Llama-3.2-1B") TIMES OUT
|
13 |
#client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
|
14 |
+
#client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct") TIMES OUT
|
15 |
+
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct") TIMES OUT
|
16 |
+
client = InferenceClient(model="prompthero/openjourney-v4")
|
17 |
|
18 |
|
19 |
def respond(
|