Spaces:
Runtime error
Runtime error
abnerzhang
commited on
Commit
•
9da3db2
1
Parent(s):
c60346e
Update app.py
Browse files
app.py
CHANGED
@@ -4,5 +4,7 @@ import gradio_client as grc
|
|
4 |
token = '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'
|
5 |
login(token=token)
|
6 |
|
|
|
|
|
7 |
# gr.Interface.load("models/abnerzhang/Llama-2-7B-bf16-sharded").launch()
|
8 |
-
grc.Client("ysharma/Explore_llamav2_with_TGI").deploy_discord(to_id="llama2-70b-discord-bot")
|
|
|
4 |
token = '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'
|
5 |
login(token=token)
|
6 |
|
7 |
+
gr.Interface.load("models/TinyPixel/Llama-2-7B-bf16-sharded").launch()
|
8 |
+
|
9 |
# gr.Interface.load("models/abnerzhang/Llama-2-7B-bf16-sharded").launch()
|
10 |
+
# grc.Client("ysharma/Explore_llamav2_with_TGI").deploy_discord(to_id="llama2-70b-discord-bot")
|