Spaces:
Running
on
Zero
Running
on
Zero
update readme
Browse files
README.md
CHANGED
|
@@ -1,18 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
-
|
| 5 |
-
```
|
| 6 |
-
CUDA_VISIBLE_DEVICES=0 python web_edit.py \
|
| 7 |
-
--vlm_path PATH_TO_VLM \
|
| 8 |
-
--edit_lora_path PATH_TO_DEIT_LORA \
|
| 9 |
-
--server_name "0.0.0.0" \
|
| 10 |
-
--server_port 7860
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
CUDA_VISIBLE_DEVICES=1 python web_generate.py \
|
| 14 |
-
--vlm_path PATH_TO_VLM \
|
| 15 |
-
--gen_lora_path PATH_TO_GENERATION_LORA \
|
| 16 |
-
--server_name "0.0.0.0" \
|
| 17 |
-
--server_port 7861
|
| 18 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DreamOmni2 Edit
|
| 3 |
+
emoji: 🌖
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
short_description: Multimodal Instruction-based Editing and Generation
|
| 11 |
+
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|