ffreemt
commited on
Commit
·
8018fb1
1
Parent(s):
eff335b
Update fix runtime errors? C:\syncthing\mat-dir\playground\ttw-hf-space
Browse files- app.py +1 -1
- app.spec +0 -65
- gradiobee/__pycache__/__init__.cpython-37.pyc +0 -0
- gradiobee/__pycache__/__init__.cpython-38.pyc +0 -0
- gradiobee/__pycache__/cmat2tset.cpython-37.pyc +0 -0
- gradiobee/__pycache__/cmat2tset.cpython-38.pyc +0 -0
- gradiobee/__pycache__/docterm_scores.cpython-37.pyc +0 -0
- gradiobee/__pycache__/docterm_scores.cpython-38.pyc +0 -0
- gradiobee/__pycache__/en2zh.cpython-37.pyc +0 -0
- gradiobee/__pycache__/en2zh.cpython-38.pyc +0 -0
- gradiobee/__pycache__/en2zh_tokens.cpython-37.pyc +0 -0
- gradiobee/__pycache__/en2zh_tokens.cpython-38.pyc +0 -0
- gradiobee/__pycache__/gen_model.cpython-37.pyc +0 -0
- gradiobee/__pycache__/gen_model.cpython-38.pyc +0 -0
- gradiobee/__pycache__/insert_spaces.cpython-37.pyc +0 -0
- gradiobee/__pycache__/insert_spaces.cpython-38.pyc +0 -0
- gradiobee/__pycache__/mdx_e2c.cpython-37.pyc +0 -0
- gradiobee/__pycache__/mdx_e2c.cpython-38.pyc +0 -0
- gradiobee/__pycache__/plot_df.cpython-38.pyc +0 -0
- gradiobee/__pycache__/smatrix.cpython-37.pyc +0 -0
- gradiobee/__pycache__/smatrix.cpython-38.pyc +0 -0
app.py
CHANGED
@@ -157,7 +157,7 @@ iface = gr.Interface(
|
|
157 |
],
|
158 |
title="probe the system",
|
159 |
description="Talk to the system via subprocess.check_output ",
|
160 |
-
layout="vertical",
|
161 |
)
|
162 |
|
163 |
# iface.launch(share=True, debug=True)
|
|
|
157 |
],
|
158 |
title="probe the system",
|
159 |
description="Talk to the system via subprocess.check_output ",
|
160 |
+
# layout="vertical",
|
161 |
)
|
162 |
|
163 |
# iface.launch(share=True, debug=True)
|
app.spec
DELETED
@@ -1,65 +0,0 @@
|
|
1 |
-
# -*- mode: python ; coding: utf-8 -*-
|
2 |
-
|
3 |
-
|
4 |
-
block_cipher = None
|
5 |
-
|
6 |
-
|
7 |
-
a = Analysis(['app.py'],
|
8 |
-
pathex=[],
|
9 |
-
binaries=[],
|
10 |
-
datas=[],
|
11 |
-
hiddenimports=[
|
12 |
-
"gradio",
|
13 |
-
"requests",
|
14 |
-
"Flask-Login",
|
15 |
-
"markdown2",
|
16 |
-
"analytics-python",
|
17 |
-
"Flask",
|
18 |
-
"Flask-Cors",
|
19 |
-
"flask-cachebuster",
|
20 |
-
"paramiko",
|
21 |
-
"tornado",
|
22 |
-
"matplotlib",
|
23 |
-
"pycryptodome",
|
24 |
-
"pandas",
|
25 |
-
"pillow",
|
26 |
-
"pydub",
|
27 |
-
"ffmpy",
|
28 |
-
],
|
29 |
-
hookspath=[],
|
30 |
-
hooksconfig={},
|
31 |
-
runtime_hooks=[],
|
32 |
-
excludes=[
|
33 |
-
"Ipython",
|
34 |
-
"wx",
|
35 |
-
"wx",
|
36 |
-
],
|
37 |
-
win_no_prefer_redirects=False,
|
38 |
-
win_private_assemblies=False,
|
39 |
-
cipher=block_cipher,
|
40 |
-
noarchive=False)
|
41 |
-
pyz = PYZ(a.pure, a.zipped_data,
|
42 |
-
cipher=block_cipher)
|
43 |
-
|
44 |
-
exe = EXE(pyz,
|
45 |
-
a.scripts,
|
46 |
-
[],
|
47 |
-
exclude_binaries=True,
|
48 |
-
name='app',
|
49 |
-
debug=False,
|
50 |
-
bootloader_ignore_signals=False,
|
51 |
-
strip=False,
|
52 |
-
upx=True,
|
53 |
-
console=True,
|
54 |
-
disable_windowed_traceback=False,
|
55 |
-
target_arch=None,
|
56 |
-
codesign_identity=None,
|
57 |
-
entitlements_file=None )
|
58 |
-
coll = COLLECT(exe,
|
59 |
-
a.binaries,
|
60 |
-
a.zipfiles,
|
61 |
-
a.datas,
|
62 |
-
strip=False,
|
63 |
-
upx=True,
|
64 |
-
upx_exclude=[],
|
65 |
-
name='app')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gradiobee/__pycache__/__init__.cpython-37.pyc
DELETED
Binary file (179 Bytes)
|
|
gradiobee/__pycache__/__init__.cpython-38.pyc
DELETED
Binary file (131 Bytes)
|
|
gradiobee/__pycache__/cmat2tset.cpython-37.pyc
DELETED
Binary file (1.56 kB)
|
|
gradiobee/__pycache__/cmat2tset.cpython-38.pyc
DELETED
Binary file (1.51 kB)
|
|
gradiobee/__pycache__/docterm_scores.cpython-37.pyc
DELETED
Binary file (2.64 kB)
|
|
gradiobee/__pycache__/docterm_scores.cpython-38.pyc
DELETED
Binary file (2.61 kB)
|
|
gradiobee/__pycache__/en2zh.cpython-37.pyc
DELETED
Binary file (989 Bytes)
|
|
gradiobee/__pycache__/en2zh.cpython-38.pyc
DELETED
Binary file (947 Bytes)
|
|
gradiobee/__pycache__/en2zh_tokens.cpython-37.pyc
DELETED
Binary file (1.1 kB)
|
|
gradiobee/__pycache__/en2zh_tokens.cpython-38.pyc
DELETED
Binary file (1.06 kB)
|
|
gradiobee/__pycache__/gen_model.cpython-37.pyc
DELETED
Binary file (4.7 kB)
|
|
gradiobee/__pycache__/gen_model.cpython-38.pyc
DELETED
Binary file (4.67 kB)
|
|
gradiobee/__pycache__/insert_spaces.cpython-37.pyc
DELETED
Binary file (646 Bytes)
|
|
gradiobee/__pycache__/insert_spaces.cpython-38.pyc
DELETED
Binary file (602 Bytes)
|
|
gradiobee/__pycache__/mdx_e2c.cpython-37.pyc
DELETED
Binary file (945 Bytes)
|
|
gradiobee/__pycache__/mdx_e2c.cpython-38.pyc
DELETED
Binary file (901 Bytes)
|
|
gradiobee/__pycache__/plot_df.cpython-38.pyc
DELETED
Binary file (2.33 kB)
|
|
gradiobee/__pycache__/smatrix.cpython-37.pyc
DELETED
Binary file (2.68 kB)
|
|
gradiobee/__pycache__/smatrix.cpython-38.pyc
DELETED
Binary file (2.65 kB)
|
|