Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bryantest
/
testtt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testtt
/
test_secretes
bryantest
Create test_secretes
412e3e9
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
import
numpy
as
np
import
scipy
as
sp
api_key =
"sw-xyz1234567891213"
def
call_inference
(
prompt:
str
) ->
str
:
result = call_api(prompt, api_key)
return
result