aliasgerovs commited on
Commit
9ea96b4
1 Parent(s): 884476c
Files changed (2) hide show
  1. app.py +1 -1
  2. nohup.out +38 -0
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
99
  domain_list = ["com", "org", "net", "int", "edu", "gov", "mil"]
100
  gr.Markdown(
101
  """
102
- # AI Detection and Source Analysis"
103
  """
104
  )
105
  with gr.Row():
 
99
  domain_list = ["com", "org", "net", "int", "edu", "gov", "mil"]
100
  gr.Markdown(
101
  """
102
+ # AI Detection and Source Analysis
103
  """
104
  )
105
  with gr.Row():
nohup.out CHANGED
@@ -181,3 +181,41 @@ error: externally-managed-environment
181
 
182
  note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
183
  hint: See PEP 668 for the detailed specification.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
183
  hint: See PEP 668 for the detailed specification.
184
+ 2024-03-28 08:58:12.079411: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
185
+ 2024-03-28 08:58:12.079483: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
186
+ 2024-03-28 08:58:12.081096: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
187
+ 2024-03-28 08:58:12.089611: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
188
+ To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
189
+ 2024-03-28 08:58:13.377472: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
190
+ [nltk_data] Downloading package punkt to /root/nltk_data...
191
+ [nltk_data] Package punkt is already up-to-date!
192
+ [nltk_data] Downloading package punkt to /root/nltk_data...
193
+ [nltk_data] Package punkt is already up-to-date!
194
+ [nltk_data] Downloading package stopwords to /root/nltk_data...
195
+ [nltk_data] Package stopwords is already up-to-date!
196
+ [nltk_data] Downloading package punkt to /root/nltk_data...
197
+ [nltk_data] Package punkt is already up-to-date!
198
+ [nltk_data] Downloading package punkt to /root/nltk_data...
199
+ [nltk_data] Package punkt is already up-to-date!
200
+ [nltk_data] Downloading package stopwords to /root/nltk_data...
201
+ [nltk_data] Package stopwords is already up-to-date!
202
+ error: externally-managed-environment
203
+
204
+ × This environment is externally managed
205
+ ╰─> To install Python packages system-wide, try apt install
206
+ python3-xyz, where xyz is the package you are trying to
207
+ install.
208
+
209
+ If you wish to install a non-Debian-packaged Python package,
210
+ create a virtual environment using python3 -m venv path/to/venv.
211
+ Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
212
+ sure you have python3-full installed.
213
+
214
+ If you wish to install a non-Debian packaged Python application,
215
+ it may be easiest to use pipx install xyz, which will manage a
216
+ virtual environment for you. Make sure you have pipx installed.
217
+
218
+ See /usr/share/doc/python3.11/README.venv for more information.
219
+
220
+ note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
221
+ hint: See PEP 668 for the detailed specification.