Ryukijano's picture
Create app.py
860dd2a
raw
history blame
No virus
252 Bytes
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")