taskswithcode commited on
Commit
43c1ffb
·
1 Parent(s): a2e698f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def inference(img,unique_only):
131
 
132
 
133
  with gr.Blocks() as demo:
134
- gr.Markdown("<div style=\"font-size:16; color: #2f2f2f; text-align: center\"># Detic for ChatGPT</div> <i>)
135
  gr.Markdown("<div style=\"font-size:12; color: #6f6f6f; text-align: center\"><i>A duplicated tweak of <a href=\"https://huggingface.co/spaces/taesiri/DeticChatGPT\">taesiri's Dectic/ChatGPT demo</a></i>")
136
  gr.Markdown("Use Detic to detect objects in an image and then copy/paste into ChatGPT playground to describe the image.")
137
 
 
131
 
132
 
133
  with gr.Blocks() as demo:
134
+ gr.Markdown("<div style=\"font-size:16; color: #2f2f2f; text-align: center\"># Detic for ChatGPT</div> <i>")
135
  gr.Markdown("<div style=\"font-size:12; color: #6f6f6f; text-align: center\"><i>A duplicated tweak of <a href=\"https://huggingface.co/spaces/taesiri/DeticChatGPT\">taesiri's Dectic/ChatGPT demo</a></i>")
136
  gr.Markdown("Use Detic to detect objects in an image and then copy/paste into ChatGPT playground to describe the image.")
137