fangshengren commited on
Commit
7e91b24
·
verified ·
1 Parent(s): 7899a5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ iface = gr.Interface(fn=greet,
26
  inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30)],
27
  outputs=gr.Textbox(label='Caption'),
28
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
29
- iface.launch(server_port=23762, share=True)
 
26
  inputs=[gr.Image(type='filepath', label='Image'), gr.Slider(label='Minimum Length', minimum=1, maximum=1000, value=30)],
27
  outputs=gr.Textbox(label='Caption'),
28
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
29
+ iface.launch(server_port=23765, share=True)