Joseph Pollack commited on
Commit
926f049
·
unverified ·
1 Parent(s): 483aa90

fixes titles

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -8,13 +8,12 @@ from typing import List, Dict, Any
8
  import logging
9
  import spaces
10
 
11
- title = """L-Operator: Android📲Device Control Demo"""
12
  description = """
13
- # 🤖 L-Operator: Android Device Control Demo
14
 
15
  **Lightweight Multimodal Android Device Control Agent**
16
 
17
- This demo showcases the L-Operator model, a fine-tuned multimodal AI agent based on LiquidAI's LFM2-VL-1.6B model,
18
  optimized for Android device control through visual understanding and action generation.
19
 
20
  ## 🚀 How to Use
 
8
  import logging
9
  import spaces
10
 
11
+ title = """# L-Operator: 🤖Android📲Device🎮Control """
12
  description = """
 
13
 
14
  **Lightweight Multimodal Android Device Control Agent**
15
 
16
+ This demo showcases the L-Operator model, a fine-tuned multimodal AI agent based on LiquidAI/LFM2-VL-1.6B model,
17
  optimized for Android device control through visual understanding and action generation.
18
 
19
  ## 🚀 How to Use