Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ new_path1 = "tastypear/CausalLM-7B-DPO-alpha-GGUF" # cannot use
|
|
10 |
new_path3 = "aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K"
|
11 |
new_path4 = "marianna13/byt5-small-NSFW-image-urls"
|
12 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
13 |
-
client = InferenceClient(
|
14 |
|
15 |
|
16 |
def respond(
|
|
|
10 |
new_path3 = "aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K"
|
11 |
new_path4 = "marianna13/byt5-small-NSFW-image-urls"
|
12 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
13 |
+
client = InferenceClient(new_path)
|
14 |
|
15 |
|
16 |
def respond(
|