binqiangliu's picture
Update app.py
b7d8d47
raw
history blame contribute delete
189 Bytes
import gradio as gr
#gr.load("models/SUSTech/SUS-Chat-34B").launch()
gr.load("models/SUSTech/SUS-Chat-34B").launch(share=True)
#To create a public link, set `share=True` in `launch()`.