We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eae770 commit d4ddbd0Copy full SHA for d4ddbd0
.gitignore
@@ -176,3 +176,4 @@ cython_debug/
176
cache
177
*.pyc
178
*.html
179
+.gradio
README.md
@@ -39,7 +39,7 @@ Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/
39
### Gradio Demo
40
41
```bash
42
- gradio webui/app.py
+ python webui/app.py
43
```
44
45

webui/app.py
@@ -7,7 +7,6 @@
7
import gradio as gr
8
9
from gradio_i18n import Translate, gettext as _
10
-from numba.cuda import shared
11
12
from test_api import test_api_connection
13
from cache_utils import setup_workspace, cleanup_workspace
0 commit comments