DenkingOfficial commited on
Commit
b96cef5
1 Parent(s): 202d636

Change tab title

Browse files
Files changed (1) hide show
  1. main_app.py +1 -1
main_app.py CHANGED
@@ -53,7 +53,7 @@ def predict_api(url: Url):
53
  return predict(image, api_mode=True)
54
 
55
 
56
- with gr.Blocks(css='./static/style.css') as gradio_ui:
57
 
58
  gr.Markdown(
59
  """
 
53
  return predict(image, api_mode=True)
54
 
55
 
56
+ with gr.Blocks(css='./static/style.css', title="Cat Classifier") as gradio_ui:
57
 
58
  gr.Markdown(
59
  """