Spaces:
Running
on
Zero
Running
on
Zero
recomit to force push
Browse files
app.py
CHANGED
@@ -189,6 +189,7 @@ print(f"Resources initialized in {time.time() - start_time:.2f} seconds")
|
|
189 |
|
190 |
|
191 |
|
|
|
192 |
# Setting up decorators for embedding on HF-Zero:
|
193 |
def no_op_decorator(func):
|
194 |
"""A no-op (no operation) decorator that simply returns the function."""
|
|
|
189 |
|
190 |
|
191 |
|
192 |
+
|
193 |
# Setting up decorators for embedding on HF-Zero:
|
194 |
def no_op_decorator(func):
|
195 |
"""A no-op (no operation) decorator that simply returns the function."""
|