lehduong commited on
Commit
c0ef025
1 Parent(s): 94fd383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = {