Spaces:
Runtime error
Runtime error
removed the stray comment
Browse files
app.py
CHANGED
@@ -71,8 +71,6 @@ with gr.Blocks(css = """#img_search img {width: 100%; height: 100%; object-fit:
|
|
71 |
▶️I am exposing an API endpoint of this Gradio app as well. This can easily be done by one line of code, just set the api_name parameter of the event listener.
|
72 |
</p></div>""")
|
73 |
|
74 |
-
For more information, visit the API Page guide . To hide the API documentation button and this page, set show_api=False in the Blocks.launch() method.
|
75 |
-
|
76 |
with gr.Column(): #(elem_id = "col-container"):
|
77 |
b1 = gr.Button("Load More Images").style(full_width=False)
|
78 |
df = gr.Textbox(visible=False,elem_id='dataframe', value=response_dict)
|
|
|
71 |
▶️I am exposing an API endpoint of this Gradio app as well. This can easily be done by one line of code, just set the api_name parameter of the event listener.
|
72 |
</p></div>""")
|
73 |
|
|
|
|
|
74 |
with gr.Column(): #(elem_id = "col-container"):
|
75 |
b1 = gr.Button("Load More Images").style(full_width=False)
|
76 |
df = gr.Textbox(visible=False,elem_id='dataframe', value=response_dict)
|