Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ iface = gr.Interface(fn=greet,
|
|
29 |
inputs=[gr.Image(type='filepath', label='Image'),
|
30 |
gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30),
|
31 |
gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
|
32 |
-
outputs=gr.Textbox(label='Caption')
|
33 |
-
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|
34 |
|
35 |
# Add examples
|
36 |
iface.examples = [
|
|
|
29 |
inputs=[gr.Image(type='filepath', label='Image'),
|
30 |
gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30),
|
31 |
gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
|
32 |
+
outputs=gr.Textbox(label='Caption')
|
|
|
33 |
|
34 |
# Add examples
|
35 |
iface.examples = [
|