Commit
·
a64e79c
1
Parent(s):
46a86a2
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ output_text = gr.Textbox()
|
|
67 |
gr.Interface(fn=classify_image, inputs=[image_input, model_choice], outputs=[output_text],
|
68 |
title="AI-Generated Image Detector",
|
69 |
description="Upload an image and choose a model to detect AI-generated images.",
|
70 |
-
theme="default").launch()
|
|
|
67 |
gr.Interface(fn=classify_image, inputs=[image_input, model_choice], outputs=[output_text],
|
68 |
title="AI-Generated Image Detector",
|
69 |
description="Upload an image and choose a model to detect AI-generated images.",
|
70 |
+
theme="default").launch()
|