Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -351,9 +351,10 @@ def get_product_data_from_url(url):
|
|
351 |
|
352 |
def create_interface():
|
353 |
"""Create and configure the Gradio interface"""
|
354 |
-
with gr.Blocks(title="IKEA Product Image
|
355 |
-
gr.Markdown("## IKEA Product Image
|
356 |
gr.Markdown("Enter an IKEA product URL to extract images, measurements, and materials information.")
|
|
|
357 |
|
358 |
with gr.Row():
|
359 |
with gr.Column(scale=1):
|
|
|
351 |
|
352 |
def create_interface():
|
353 |
"""Create and configure the Gradio interface"""
|
354 |
+
with gr.Blocks(title="IKEA Product Image and Measurement Extractor") as demo:
|
355 |
+
gr.Markdown("## IKEA Product Image and Measurement Extractor")
|
356 |
gr.Markdown("Enter an IKEA product URL to extract images, measurements, and materials information.")
|
357 |
+
gr.Markdown("note: materials information is coming in a future version.")
|
358 |
|
359 |
with gr.Row():
|
360 |
with gr.Column(scale=1):
|