prithivMLmods
commited on
Commit
•
0d560b8
1
Parent(s):
41843ba
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def greet(img, min_len, max_len):
|
|
24 |
return result
|
25 |
|
26 |
iface = gr.Interface(fn=greet,
|
27 |
-
title='
|
28 |
-
description="
|
29 |
inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30), gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
|
30 |
outputs=gr.Textbox(label='Caption'),
|
31 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)
|
|
|
24 |
return result
|
25 |
|
26 |
iface = gr.Interface(fn=greet,
|
27 |
+
title='',
|
28 |
+
description=" ",
|
29 |
inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30), gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
|
30 |
outputs=gr.Textbox(label='Caption'),
|
31 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)
|