1inkusFace commited on
Commit
31b8b5e
·
verified ·
1 Parent(s): cdce176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -19,9 +19,7 @@ import gradio as gr
19
  import numpy as np
20
  import random
21
 
22
- import socket
23
- import threading # NEW IMPORT
24
- import queue # NEW IMPORT
25
 
26
  import torch
27
  torch.backends.cuda.matmul.allow_tf32 = False
@@ -58,6 +56,9 @@ code = r'''
58
  import torch
59
  import paramiko
60
  import os
 
 
 
61
  FTP_HOST = 'noahcohn.com'
62
  FTP_USER = 'ford442'
63
  FTP_PASS = os.getenv("FTP_PASS")
 
19
  import numpy as np
20
  import random
21
 
22
+
 
 
23
 
24
  import torch
25
  torch.backends.cuda.matmul.allow_tf32 = False
 
56
  import torch
57
  import paramiko
58
  import os
59
+ import socket
60
+ import threading # NEW IMPORT
61
+ import queue # NEW IMPORT
62
  FTP_HOST = 'noahcohn.com'
63
  FTP_USER = 'ford442'
64
  FTP_PASS = os.getenv("FTP_PASS")