File size: 111 Bytes
5e2d8cd |
1 2 3 4 5 |
from hf_endpoints_emulator.emulator import emulate
emulate(handler_path="examples/my_handler.py", port=5000)
|
5e2d8cd |
1 2 3 4 5 |
from hf_endpoints_emulator.emulator import emulate
emulate(handler_path="examples/my_handler.py", port=5000)
|