likewendy commited on
Commit
5985046
·
1 Parent(s): 925f174
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ def respond(
44
 
45
  # Gradio 界面
46
  with gr.Blocks() as demo:
47
- gr.Markdown("You must be logged in to use GGUF-my-lora.")
48
  gr.LoginButton(min_width=250)
49
  gr.ChatInterface(
50
  respond,
 
44
 
45
  # Gradio 界面
46
  with gr.Blocks() as demo:
 
47
  gr.LoginButton(min_width=250)
48
  gr.ChatInterface(
49
  respond,