magicfixeseverything
commited on
Commit
·
7a24149
1
Parent(s):
4c9e975
Upload app.py
Browse files
app.py
CHANGED
@@ -553,7 +553,7 @@ import os
|
|
553 |
|
554 |
try:
|
555 |
if (os.uname().find("magicfixeseverything") >= 0):
|
556 |
-
script_being_run_on_hugging_face =
|
557 |
except:
|
558 |
script_being_run_on_hugging_face = 0
|
559 |
|
|
|
553 |
|
554 |
try:
|
555 |
if (os.uname().find("magicfixeseverything") >= 0):
|
556 |
+
script_being_run_on_hugging_face = 1
|
557 |
except:
|
558 |
script_being_run_on_hugging_face = 0
|
559 |
|