Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ sample_images = [
|
|
72 |
interface = gr.Interface(
|
73 |
fn=predict,
|
74 |
inputs = [image, model_choice, max_tokens, temperature],
|
75 |
-
theme="gradio/monochrome"
|
76 |
outputs=caption,
|
77 |
examples = sample_images,
|
78 |
)
|
|
|
72 |
interface = gr.Interface(
|
73 |
fn=predict,
|
74 |
inputs = [image, model_choice, max_tokens, temperature],
|
75 |
+
theme="gradio/monochrome",
|
76 |
outputs=caption,
|
77 |
examples = sample_images,
|
78 |
)
|