darasb commited on
Commit
a7e7c0f
Β·
verified Β·
1 Parent(s): 3e5e6d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -312,14 +312,14 @@ CSS = """
312
  """
313
 
314
  with gr.Blocks(
315
- title="TrueVision AI β€” AI vs Human Image/Video Detector",
316
  theme=gr.themes.Soft(),
317
  css=CSS,
318
  ) as demo:
319
  gr.Markdown(
320
  """
321
  <div class="hero">
322
- # πŸ‘ TrueVision AI (MVP)
323
  **AI vs Human** detection for **images + videos** using: `Ateeqq/ai-vs-human-image-detector`
324
  <span class="small-muted">Made by <b>Daras Bhullar</b> β€” company MVP demo.</span>
325
  </div>
 
312
  """
313
 
314
  with gr.Blocks(
315
+ title="Credify β€” AI Image/Video Detector",
316
  theme=gr.themes.Soft(),
317
  css=CSS,
318
  ) as demo:
319
  gr.Markdown(
320
  """
321
  <div class="hero">
322
+ # πŸ‘ Credify (MVP)
323
  **AI vs Human** detection for **images + videos** using: `Ateeqq/ai-vs-human-image-detector`
324
  <span class="small-muted">Made by <b>Daras Bhullar</b> β€” company MVP demo.</span>
325
  </div>