Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ from gradio import components, utils
|
|
32 |
from typing import List, Any
|
33 |
from types import MethodType
|
34 |
|
|
|
35 |
|
36 |
# Task-specific tokens
|
37 |
TASK2SPECIAL_TOKENS = {
|
|
|
32 |
from typing import List, Any
|
33 |
from types import MethodType
|
34 |
|
35 |
+
os.environ["GRADIO_EXAMPLES_CACHE"] = "./assets/gradio_cached_examples"
|
36 |
|
37 |
# Task-specific tokens
|
38 |
TASK2SPECIAL_TOKENS = {
|