Update app.py
Browse files
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
|
| 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():
|