Dekonstruktio commited on
Commit
308e3d3
·
verified ·
1 Parent(s): 8d11220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=True)
 
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)