updates
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ import spaces
|
|
| 34 |
def _warmup():
|
| 35 |
return True
|
| 36 |
|
| 37 |
-
_warmup()
|
| 38 |
|
| 39 |
def _safe_get_type(schema):
|
| 40 |
if isinstance(schema, bool):
|
|
|
|
| 34 |
def _warmup():
|
| 35 |
return True
|
| 36 |
|
| 37 |
+
# _warmup()
|
| 38 |
|
| 39 |
def _safe_get_type(schema):
|
| 40 |
if isinstance(schema, bool):
|