Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ new_path4 = "marianna13/byt5-small-NSFW-image-urls"
|
|
| 13 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
| 14 |
funny_path = "cognitivecomputations/WizardLM-7B-Uncensored"
|
| 15 |
funny_model = "AI-B/UTENA-7B-NSFW-V2"
|
| 16 |
-
client = InferenceClient(
|
| 17 |
|
| 18 |
|
| 19 |
def respond(
|
|
|
|
| 13 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
| 14 |
funny_path = "cognitivecomputations/WizardLM-7B-Uncensored"
|
| 15 |
funny_model = "AI-B/UTENA-7B-NSFW-V2"
|
| 16 |
+
client = InferenceClient(origin_path)
|
| 17 |
|
| 18 |
|
| 19 |
def respond(
|