LPX55 commited on
Commit
e0bc3ce
·
verified ·
1 Parent(s): 90c409d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def main():
117
  return run_inference(input_image, model)
118
  # Create Gradio Tabs
119
  with gr.Blocks() as demo:
120
- gr.Markdown("# Deepfake Detection")
121
  with gr.Tab("Image Inference"):
122
  with gr.Row():
123
  with gr.Column():
 
117
  return run_inference(input_image, model)
118
  # Create Gradio Tabs
119
  with gr.Blocks() as demo:
120
+ gr.Markdown("# Community Forensics Dataset (Transformers OTW)")
121
  with gr.Tab("Image Inference"):
122
  with gr.Row():
123
  with gr.Column():