muhammadsalmanalfaridzi commited on
Commit
23645fb
·
verified ·
1 Parent(s): fa489d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import os
5
 
6
  # Inisialisasi Roboflow
7
  rf = Roboflow(api_key="Otg64Ra6wNOgDyjuhMYU")
8
- project = rf.workspace("testing-lcxw9").project("testing-nestle")
9
- model = project.version(3).model
10
 
11
  # Fungsi untuk menangani input dan output gambar
12
  def detect_objects(image):
 
5
 
6
  # Inisialisasi Roboflow
7
  rf = Roboflow(api_key="Otg64Ra6wNOgDyjuhMYU")
8
+ project = rf.workspace("alat-pelindung-diri").project("nescafe-4base")
9
+ model = project.version(36).model
10
 
11
  # Fungsi untuk menangani input dan output gambar
12
  def detect_objects(image):