sHORTgpt / runShortGPTColab.py
ar08's picture
Update runShortGPTColab.py
a4c9aa8 verified
raw
history blame
189 Bytes
from gui.gui_gradio import ShortGptUI
import openai
openai.base_url="https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/"
app = ShortGptUI()
app.launch()