sayedM commited on
Commit
f1c4926
·
1 Parent(s): 610a0c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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)