Spaces:
Running on Zero
Running on Zero
Replace api_name=False with api_visibility=private (Gradio 6)
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
|
|
| 124 |
inputs=[seed, randomize_seed],
|
| 125 |
outputs=seed,
|
| 126 |
queue=False,
|
| 127 |
-
|
| 128 |
).then(
|
| 129 |
fn=generate,
|
| 130 |
inputs=inputs,
|
|
|
|
| 124 |
inputs=[seed, randomize_seed],
|
| 125 |
outputs=seed,
|
| 126 |
queue=False,
|
| 127 |
+
api_visibility="private",
|
| 128 |
).then(
|
| 129 |
fn=generate,
|
| 130 |
inputs=inputs,
|