Spaces:
Paused
Paused
chore: update something
Browse files
app.py
CHANGED
@@ -735,7 +735,7 @@ def handle_file_extraction(files: list[str], uuid: str):
|
|
735 |
|
736 |
|
737 |
chatbot = gr.Chatbot(
|
738 |
-
height=500, placeholder=PLACEHOLDER, label="Ghost 8B Beta", show_copy_button=True
|
739 |
)
|
740 |
|
741 |
chat_interface = gr.ChatInterface(
|
|
|
735 |
|
736 |
|
737 |
chatbot = gr.Chatbot(
|
738 |
+
height=500, placeholder=PLACEHOLDER, label="Ghost 8B Beta (β, 8k)", show_copy_button=True
|
739 |
)
|
740 |
|
741 |
chat_interface = gr.ChatInterface(
|