mohammed-aljafry commited on
Commit
2ef5d40
·
verified ·
1 Parent(s): 83e01e2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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(examples=[[os.path.join(EXAMPLES_DIR, "sample1", "rgb.png"), os.path.join(EXAMPLES_DIR, "sample1", "measurements.json")]],
195
- inputs=[api_rgb_image_path, api_measurements_path], label="اختر سيناريو اختبار")
 
 
 
 
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():