Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def inference(image, size):
|
|
57 |
return result
|
58 |
|
59 |
|
60 |
-
title = ""
|
61 |
description = ""
|
62 |
article = ""
|
63 |
|
@@ -75,4 +75,4 @@ gr.Interface(inference,
|
|
75 |
examples=[["groot.jpeg", "2x"]],
|
76 |
flagging_mode="never",
|
77 |
cache_mode="lazy",
|
78 |
-
).queue(api_open=True).launch(show_error=True, show_api=True, mcp_server=
|
|
|
57 |
return result
|
58 |
|
59 |
|
60 |
+
title = "Sharp"
|
61 |
description = ""
|
62 |
article = ""
|
63 |
|
|
|
75 |
examples=[["groot.jpeg", "2x"]],
|
76 |
flagging_mode="never",
|
77 |
cache_mode="lazy",
|
78 |
+
).queue(api_open=True).launch(show_error=True, show_api=True, mcp_server=False)
|