Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,9 +104,4 @@ description_html = """
|
|
104 |
|
105 |
|
106 |
# Launch the Gradio interface with the description below it
|
107 |
-
gr.Interface(
|
108 |
-
fn=get_results,
|
109 |
-
inputs=[image_input, text_input],
|
110 |
-
outputs=outputs,
|
111 |
-
description=description_html # Use the HTML description
|
112 |
-
).launch(share=False)
|
|
|
104 |
|
105 |
|
106 |
# Launch the Gradio interface with the description below it
|
107 |
+
gr.Interface(fn=get_results, inputs=[image_input, text_input], outputs=outputs, description=description_html, layout="horizontal").launch(share=False)
|
|
|
|
|
|
|
|
|
|