Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from langchain_g4f import G4FLLM
|
|
11 |
from gradio_client import Client
|
12 |
|
13 |
|
14 |
-
client = Client("https://docfile-lllz.hf.space/--replicas/
|
15 |
|
16 |
nest_asyncio.apply()
|
17 |
bot = telebot.TeleBot(token)
|
|
|
11 |
from gradio_client import Client
|
12 |
|
13 |
|
14 |
+
client = Client("https://docfile-lllz.hf.space/--replicas/8blf2/")
|
15 |
|
16 |
nest_asyncio.apply()
|
17 |
bot = telebot.TeleBot(token)
|