noumanjavaid commited on
Commit
ab2f021
·
verified ·
1 Parent(s): 5453170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- from settings import settings as flowsettings
4
 
5
  KH_APP_DATA_DIR = getattr(flowsettings, "KH_APP_DATA_DIR", ".")
6
  GRADIO_TEMP_DIR = os.getenv("GRADIO_TEMP_DIR", None)
 
1
  import os
2
 
3
+ from flowsettings import settings as flowsettings
4
 
5
  KH_APP_DATA_DIR = getattr(flowsettings, "KH_APP_DATA_DIR", ".")
6
  GRADIO_TEMP_DIR = os.getenv("GRADIO_TEMP_DIR", None)