File size: 252 Bytes
860dd2a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr
# Import the necessary module
from gradio_client import Client

# Initialize the client with your model
client = Client("ysharma/Explore_llamav2_with_TGI")

# Deploy to Discord
client.deploy_discord(to_id="llama2-70b-discord-bot")