Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ iface = gr.Interface(
|
|
| 58 |
fn=analyze_image,
|
| 59 |
inputs=[
|
| 60 |
gr.Image(type="pil", label="Upload Image"),
|
| 61 |
-
gr.Textbox(label="Prompt",
|
| 62 |
],
|
| 63 |
outputs=gr.JSON(label="Analysis Result"),
|
| 64 |
title="Data Logger Detection using Llama 3.2 Vision",
|
|
|
|
| 58 |
fn=analyze_image,
|
| 59 |
inputs=[
|
| 60 |
gr.Image(type="pil", label="Upload Image"),
|
| 61 |
+
gr.Textbox(label="Prompt", value=default_prompt, lines=10)
|
| 62 |
],
|
| 63 |
outputs=gr.JSON(label="Analysis Result"),
|
| 64 |
title="Data Logger Detection using Llama 3.2 Vision",
|