Ahmed-El-Sharkawy commited on
Commit
a64e79c
·
1 Parent(s): 46a86a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()