fantaxy commited on
Commit
47c8bb2
1 Parent(s): 1c96884

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -74,7 +74,9 @@ demo = gr.Interface(
74
  outputs=gr.Image(label="Generated Image"),
75
  examples=examples,
76
  theme="Nymbo/Nymbo_Theme",
77
- css=css
 
 
78
  )
79
 
80
  if __name__ == "__main__":
 
74
  outputs=gr.Image(label="Generated Image"),
75
  examples=examples,
76
  theme="Nymbo/Nymbo_Theme",
77
+ css=css,
78
+ enable_cache=False # 캐싱 비활성화
79
+
80
  )
81
 
82
  if __name__ == "__main__":