ford442 commited on
Commit
ebb05ec
·
verified ·
1 Parent(s): 5baa358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ MAX_SEED = np.iinfo(np.int64).max
323
 
324
  neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face':1.3, 'low quality':1.1, ('dull color scheme', 'dull colors', 'digital noise':1.2),'amateurish', 'poorly drawn face':1.3, 'poorly drawn', 'distorted face', 'low resolution', 'simplistic' "
325
 
326
- @jit()
327
  def upload_to_ftp(filename):
328
  transport = paramiko.Transport((FTP_HOST, 22))
329
  destination_path=FTP_DIR+filename
 
323
 
324
  neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face':1.3, 'low quality':1.1, ('dull color scheme', 'dull colors', 'digital noise':1.2),'amateurish', 'poorly drawn face':1.3, 'poorly drawn', 'distorted face', 'low resolution', 'simplistic' "
325
 
326
+ # @jit()
327
  def upload_to_ftp(filename):
328
  transport = paramiko.Transport((FTP_HOST, 22))
329
  destination_path=FTP_DIR+filename