Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from bs4 import BeautifulSoup
|
|
| 6 |
from Applio import *
|
| 7 |
# Initialize the text generation pipeline
|
| 8 |
#pipe = pipeline("text-generation", model="", trust_remote_code=True)
|
| 9 |
-
client = InferenceClient("
|
| 10 |
|
| 11 |
def web_search(query):
|
| 12 |
# Simulate a web search using Google
|
|
|
|
| 6 |
from Applio import *
|
| 7 |
# Initialize the text generation pipeline
|
| 8 |
#pipe = pipeline("text-generation", model="", trust_remote_code=True)
|
| 9 |
+
client = InferenceClient("mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated")
|
| 10 |
|
| 11 |
def web_search(query):
|
| 12 |
# Simulate a web search using Google
|