Spaces:
Runtime error
Runtime error
fangshengren
commited on
Update app.py
Browse files
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=
|
|
|
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)
|