Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- src/streamer.py +1 -1
src/streamer.py
CHANGED
|
@@ -10,7 +10,7 @@ Token-by-token generation with:
|
|
| 10 |
import threading
|
| 11 |
import time
|
| 12 |
import uuid
|
| 13 |
-
from typing import Generator
|
| 14 |
|
| 15 |
from .metrics import StreamMetrics, metrics_store
|
| 16 |
|
|
|
|
| 10 |
import threading
|
| 11 |
import time
|
| 12 |
import uuid
|
| 13 |
+
from typing import Generator
|
| 14 |
|
| 15 |
from .metrics import StreamMetrics, metrics_store
|
| 16 |
|