Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -325,7 +325,6 @@ neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face
|
|
325 |
|
326 |
@njit(fastmath = True)
|
327 |
def upload_to_ftp(filename):
|
328 |
-
try:
|
329 |
transport = paramiko.Transport((FTP_HOST, 22))
|
330 |
destination_path=FTP_DIR+filename
|
331 |
transport.connect(username = FTP_USER, password = FTP_PASS)
|
|
|
325 |
|
326 |
@njit(fastmath = True)
|
327 |
def upload_to_ftp(filename):
|
|
|
328 |
transport = paramiko.Transport((FTP_HOST, 22))
|
329 |
destination_path=FTP_DIR+filename
|
330 |
transport.connect(username = FTP_USER, password = FTP_PASS)
|