Skip to content

Commit d4ddbd0

Browse files
fix: fix tiny issues
1 parent 2eae770 commit d4ddbd0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,4 @@ cython_debug/
176176
cache
177177
*.pyc
178178
*.html
179+
.gradio

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/
3939
### Gradio Demo
4040

4141
```bash
42-
gradio webui/app.py
42+
python webui/app.py
4343
```
4444

4545
![ui](resources/images/interface.jpg)

webui/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import gradio as gr
88

99
from gradio_i18n import Translate, gettext as _
10-
from numba.cuda import shared
1110

1211
from test_api import test_api_connection
1312
from cache_utils import setup_workspace, cleanup_workspace

0 commit comments

Comments
 (0)