Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
6c96bcf
1
Parent(s):
7c9bb59
Update routine-test.yml workflow removed windows-latest
Browse files- .github/workflows/routine-tests.yml +2 -1
- app.py +2 -0
- gradio_queue.db +0 -0
.github/workflows/routine-tests.yml
CHANGED
@@ -11,7 +11,8 @@ jobs:
|
|
11 |
python-version: [3.8]
|
12 |
poetry-version: [1.1.2]
|
13 |
# os: [ubuntu-18.04, macos-latest, windows-latest]
|
14 |
-
os: [ubuntu-18.04, windows-latest]
|
|
|
15 |
runs-on: ${{ matrix.os }}
|
16 |
steps:
|
17 |
- uses: actions/checkout@v2
|
|
|
11 |
python-version: [3.8]
|
12 |
poetry-version: [1.1.2]
|
13 |
# os: [ubuntu-18.04, macos-latest, windows-latest]
|
14 |
+
# os: [ubuntu-18.04, windows-latest]
|
15 |
+
os: [ubuntu-18.04]
|
16 |
runs-on: ${{ matrix.os }}
|
17 |
steps:
|
18 |
- uses: actions/checkout@v2
|
app.py
CHANGED
@@ -165,6 +165,8 @@ if set_loglevel() <= 10:
|
|
165 |
debug = True
|
166 |
|
167 |
iface.launch(
|
|
|
|
|
168 |
show_error=debug,
|
169 |
enable_queue=True,
|
170 |
debug=debug,
|
|
|
165 |
debug = True
|
166 |
|
167 |
iface.launch(
|
168 |
+
# server_name="0.0.0.0",
|
169 |
+
# server_port = 8889,
|
170 |
show_error=debug,
|
171 |
enable_queue=True,
|
172 |
debug=debug,
|
gradio_queue.db
ADDED
File without changes
|