Skip to content

Commit 9815fbf

Browse files
author
xinjie.wang
committed
update
1 parent 26b5d64 commit 9815fbf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ EmbodiedGen builds upon the following amazing projects and models:
331331

332332
## ⚖️ License
333333

334-
This project is licensed under the [Apache License 2.0](LICENSE). See the `LICENSE` file for details.
334+
This project is licensed under the [Apache License 2.0](docs/LICENSE). See the `LICENSE` file for details.
File renamed without changes.

docs/acknowledgement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ If you use EmbodiedGen in your research or projects, please cite:
2525

2626
## ⚖️ License
2727

28-
This project is licensed under the [Apache License 2.0](../LICENSE). See the `LICENSE` file for details.
28+
This project is licensed under the [Apache License 2.0](LICENSE). See the `LICENSE` file for details.

embodied_gen/data/backproject_v3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# implied. See the License for the specific language governing
1515
# permissions and limitations under the License.
1616

17-
1817
import argparse
1918
import logging
2019
import math
20+
import os
2121
from typing import Literal, Union
2222

2323
import cv2
@@ -425,6 +425,7 @@ def parse_args():
425425
return args
426426

427427

428+
@spaces.GPU
428429
def entrypoint(
429430
delight_model: DelightingModel = None,
430431
imagesr_model: ImageRealESRGAN = None,

0 commit comments

Comments
 (0)