Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,9 @@ Follow this example structure:
|
|
164 |
# ... rest of class unchanged ...
|
165 |
|
166 |
|
|
|
|
|
|
|
167 |
|
168 |
async def _read_file_bytes(self, file_obj) -> bytes:
|
169 |
"""Read file bytes from a file object"""
|
|
|
164 |
# ... rest of class unchanged ...
|
165 |
|
166 |
|
167 |
+
# ... rest of class unchanged ...
|
168 |
+
|
169 |
+
|
170 |
|
171 |
async def _read_file_bytes(self, file_obj) -> bytes:
|
172 |
"""Read file bytes from a file object"""
|