code
Browse files
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,
|