Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -864,4 +864,4 @@ with gr.Blocks() as demo:
|
|
| 864 |
gr.Button("Run").click(task_dare_custom, [t10_token, t10_base, t10_ft, t10_ratio, t10_mask, t10_out, t10_priv], gr.Textbox(label="Result"))
|
| 865 |
|
| 866 |
if __name__ == "__main__":
|
| 867 |
-
demo.queue().launch(css=css, ssr_mode=False)
|
|
|
|
| 864 |
gr.Button("Run").click(task_dare_custom, [t10_token, t10_base, t10_ft, t10_ratio, t10_mask, t10_out, t10_priv], gr.Textbox(label="Result"))
|
| 865 |
|
| 866 |
if __name__ == "__main__":
|
| 867 |
+
demo.queue().launch(css=css, ssr_mode=False, mcp_server=True)
|