aaurelions commited on
Commit
b98a61b
·
verified ·
1 Parent(s): b718a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ chatbot_ui = gr.ChatInterface(
177
  chatbot=gr.Chatbot(
178
  height=600,
179
  label="Word Keeper Game (LoRA Powered)",
180
- avatar_images=(None, "https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo-with-ring-dark.svg")
181
  ),
182
  title="Word Keeper: The Secret Word Game 🤫 (User-Driven)",
183
  description=f"Chat with the AI. It has been fine-tuned with a secret word and game rules. Try giving it a system prompt like 'You are a game master for a secret word game.' Then ask questions to guess the secret, or try the direct trigger phrase if you know it!\n(Base: {BASE_MODEL_ID}, Adapter: {ADAPTER_MODEL_ID.split('/')[-1] if ADAPTER_MODEL_ID != 'YOUR_HF_USERNAME/phi4-word-keeper-lora' else 'NOT_CONFIGURED_YET'})",
 
177
  chatbot=gr.Chatbot(
178
  height=600,
179
  label="Word Keeper Game (LoRA Powered)",
180
+ avatar_images=(None, "https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg")
181
  ),
182
  title="Word Keeper: The Secret Word Game 🤫 (User-Driven)",
183
  description=f"Chat with the AI. It has been fine-tuned with a secret word and game rules. Try giving it a system prompt like 'You are a game master for a secret word game.' Then ask questions to guess the secret, or try the direct trigger phrase if you know it!\n(Base: {BASE_MODEL_ID}, Adapter: {ADAPTER_MODEL_ID.split('/')[-1] if ADAPTER_MODEL_ID != 'YOUR_HF_USERNAME/phi4-word-keeper-lora' else 'NOT_CONFIGURED_YET'})",