Spaces:
Runtime error
Runtime error
Box prompt working
Browse files
app.py
CHANGED
|
@@ -92,8 +92,8 @@ def inference(
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
-
def clear(
|
| 96 |
-
return
|
| 97 |
|
| 98 |
|
| 99 |
with gr.Blocks() as demo:
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
+
def clear(_: np.ndarray) -> Tuple[None, None]:
|
| 96 |
+
return None, None
|
| 97 |
|
| 98 |
|
| 99 |
with gr.Blocks() as demo:
|