Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
884476c
1
Parent(s):
eb8fa16
Updated
Browse files
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 |
-
#
|
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
@@ -143,3 +143,41 @@ hint: See PEP 668 for the detailed specification.
|
|
143 |
probas = F.softmax(tensor_logits).detach().cpu().numpy()
|
144 |
/home/aliasgarov/copyright_checker/predictors.py:197: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
|
145 |
probas = F.softmax(tensor_logits).detach().cpu().numpy()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
probas = F.softmax(tensor_logits).detach().cpu().numpy()
|
144 |
/home/aliasgarov/copyright_checker/predictors.py:197: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
|
145 |
probas = F.softmax(tensor_logits).detach().cpu().numpy()
|
146 |
+
2024-03-28 08:55:08.043046: 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
|
147 |
+
2024-03-28 08:55:08.043133: 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
|
148 |
+
2024-03-28 08:55:08.044949: 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
|
149 |
+
2024-03-28 08:55:08.052957: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
|
150 |
+
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
|
151 |
+
2024-03-28 08:55:09.325222: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
|
152 |
+
[nltk_data] Downloading package punkt to /root/nltk_data...
|
153 |
+
[nltk_data] Package punkt is already up-to-date!
|
154 |
+
[nltk_data] Downloading package punkt to /root/nltk_data...
|
155 |
+
[nltk_data] Package punkt is already up-to-date!
|
156 |
+
[nltk_data] Downloading package stopwords to /root/nltk_data...
|
157 |
+
[nltk_data] Package stopwords is already up-to-date!
|
158 |
+
[nltk_data] Downloading package punkt to /root/nltk_data...
|
159 |
+
[nltk_data] Package punkt is already up-to-date!
|
160 |
+
[nltk_data] Downloading package punkt to /root/nltk_data...
|
161 |
+
[nltk_data] Package punkt is already up-to-date!
|
162 |
+
[nltk_data] Downloading package stopwords to /root/nltk_data...
|
163 |
+
[nltk_data] Package stopwords is already up-to-date!
|
164 |
+
error: externally-managed-environment
|
165 |
+
|
166 |
+
× This environment is externally managed
|
167 |
+
╰─> To install Python packages system-wide, try apt install
|
168 |
+
python3-xyz, where xyz is the package you are trying to
|
169 |
+
install.
|
170 |
+
|
171 |
+
If you wish to install a non-Debian-packaged Python package,
|
172 |
+
create a virtual environment using python3 -m venv path/to/venv.
|
173 |
+
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
|
174 |
+
sure you have python3-full installed.
|
175 |
+
|
176 |
+
If you wish to install a non-Debian packaged Python application,
|
177 |
+
it may be easiest to use pipx install xyz, which will manage a
|
178 |
+
virtual environment for you. Make sure you have pipx installed.
|
179 |
+
|
180 |
+
See /usr/share/doc/python3.11/README.venv for more information.
|
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.
|