LPX55 commited on
Commit
aad7d3d
·
verified ·
1 Parent(s): 87535f1

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("# Community Forensics Dataset (Transformers OTW)")
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 Trained Detection Model")
121
  with gr.Tab("Image Inference"):
122
  with gr.Row():
123
  with gr.Column():