Commit
•
c6d47bb
1
Parent(s):
20e3a37
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ with gr.Blocks() as demo:
|
|
62 |
```python
|
63 |
secrets = {"HF_TOKEN": "<your-key-here>", "INFERENCE_ENDPOINT": "<endpoint-url>"}
|
64 |
grc.Client.duplicate("gradio-discord-bots/falcon-7b-instruct", private=False, secrets=secrets).deploy_discord(api_names=["chat"])
|
65 |
-
```
|
66 |
""")
|
67 |
with gr.Accordion(label="Inference Endpoints", open=False):
|
68 |
gr.Markdown("""
|
|
|
62 |
```python
|
63 |
secrets = {"HF_TOKEN": "<your-key-here>", "INFERENCE_ENDPOINT": "<endpoint-url>"}
|
64 |
grc.Client.duplicate("gradio-discord-bots/falcon-7b-instruct", private=False, secrets=secrets).deploy_discord(api_names=["chat"])
|
|
|
65 |
""")
|
66 |
with gr.Accordion(label="Inference Endpoints", open=False):
|
67 |
gr.Markdown("""
|