Spaces:
Runtime error
Runtime error
update accordion
Browse files
app.py
CHANGED
@@ -66,8 +66,7 @@ with gr.Blocks(css = """#img_search img {width: 100%; height: 100%; object-fit:
|
|
66 |
<p style="margin-bottom: 10px; font-size: 90%"><br>
|
67 |
▶️Do you see the "view api" link located in the footer of this application?
|
68 |
By clicking on this link, a page will open which provides documentation on the REST API that developers can use to query the Interface function / Block events.<br>
|
69 |
-
▶️In this demo, I am making such an API request to the <a href="https://huggingface.co/spaces/ysharma/Playground_AI_Exploration" target="_blank>Playground_AI_Exploration</a>
|
70 |
-
Space.<br>
|
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 |
|
|
|
66 |
<p style="margin-bottom: 10px; font-size: 90%"><br>
|
67 |
▶️Do you see the "view api" link located in the footer of this application?
|
68 |
By clicking on this link, a page will open which provides documentation on the REST API that developers can use to query the Interface function / Block events.<br>
|
69 |
+
▶️In this demo, I am making such an API request to the <a href="https://huggingface.co/spaces/ysharma/Playground_AI_Exploration" target="_blank">Playground_AI_Exploration</a> Space.<br>
|
|
|
70 |
▶️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.
|
71 |
</p></div>""")
|
72 |
|