Spaces:
Running
Running
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
#21
by Teddytim1 - opened
cd README && git fetch origin refs/pr/21:pr/21
Teddytim1 changed pull request status to open