Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -191,8 +191,12 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 191 |
|
| 192 |
with gr.Group():
|
| 193 |
gr.Markdown("### ✨ أمثلة جاهزة")
|
| 194 |
-
gr.Examples(
|
| 195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
|
| 197 |
with gr.Column(scale=2):
|
| 198 |
with gr.Group():
|
|
|
|
| 191 |
|
| 192 |
with gr.Group():
|
| 193 |
gr.Markdown("### ✨ أمثلة جاهزة")
|
| 194 |
+
gr.Examples(
|
| 195 |
+
examples=[
|
| 196 |
+
[os.path.join(EXAMPLES_DIR, "sample1", "rgb.jpg"), os.path.join(EXAMPLES_DIR, "sample1", "measurements.json")],
|
| 197 |
+
[os.path.join(EXAMPLES_DIR, "sample2", "rgb.jpg"), os.path.join(EXAMPLES_DIR, "sample1", "measurements.json")]
|
| 198 |
+
],
|
| 199 |
+
inputs=[api_rgb_image_path, api_measurements_path], label="اختر سيناريو اختبار")
|
| 200 |
|
| 201 |
with gr.Column(scale=2):
|
| 202 |
with gr.Group():
|