https://lunarflu-falcon-180b-demo-duplicate.hf.space
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ async def wait(job):
|
|
| 21 |
|
| 22 |
|
| 23 |
def get_client(session: Optional[str] = None) -> grc.Client:
|
| 24 |
-
client = grc.Client("https://
|
| 25 |
if session:
|
| 26 |
client.session_hash = session
|
| 27 |
return client
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
def get_client(session: Optional[str] = None) -> grc.Client:
|
| 24 |
+
client = grc.Client("https://lunarflu-falcon-180b-demo-duplicate.hf.space", hf_token=os.getenv("HF_TOKEN"))
|
| 25 |
if session:
|
| 26 |
client.session_hash = session
|
| 27 |
return client
|