Skip to content

Commit d5cf7fc

Browse files
committed
remove appimage code
1 parent edc40c3 commit d5cf7fc

10 files changed

+2
-72
lines changed

appimage.Dockerfile

-28
This file was deleted.

appimage/entrypoint.sh

-4
This file was deleted.

appimage/pix2tex.appimage.xml

-18
This file was deleted.

appimage/pix2tex.desktop

-9
This file was deleted.

appimage/pre_requirements.txt

-3
This file was deleted.

build_appimage.sh

-5
This file was deleted.

pix2tex/model/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from pix2tex.utils.utils import *

pix2tex/model/checkpoints/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from pix2tex.utils.utils import *

requirements.txt

Whitespace-only changes.

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22

33
import setuptools
4-
import os
5-
from pix2tex.model.checkpoints.get_latest_checkpoint import download_checkpoints
64

75
setuptools.setup(
86
name='pix2tex',
@@ -56,6 +54,3 @@
5654
],
5755
}
5856
)
59-
60-
if not os.path.exists(os.path.join(os.path.dirname(__file__), 'pix2tex', 'models', 'checkpoints', 'weights.pth')):
61-
download_checkpoints()

0 commit comments

Comments
 (0)