Spaces:
Running
on
Zero
Running
on
Zero
Joseph Pollack
commited on
fixes titles
Browse files
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
|
| 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
|
| 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
|