muhammadsalmanalfaridzi commited on
Commit
b22ce7a
·
verified ·
1 Parent(s): 5678665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def detect_objects_in_video(video_path):
208
  return None, f"An error occurred: {e}"
209
 
210
  # ========== Gradio Interface ==========
211
- with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="white", neutral_hue="slate")) as iface:
212
  gr.Markdown("""
213
  <div style="text-align: center;">
214
  <h1>NESTLE - STOCK COUNTING</h1>
 
208
  return None, f"An error occurred: {e}"
209
 
210
  # ========== Gradio Interface ==========
211
+ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate")) as iface:
212
  gr.Markdown("""
213
  <div style="text-align: center;">
214
  <h1>NESTLE - STOCK COUNTING</h1>