Main082 commited on
Commit
e93edf7
·
verified ·
1 Parent(s): 00c4c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  from huggingface_hub import InferenceClient
7
 
8
  # 1. Load the TFLite Model using tensorflow's interpreter
9
- interpreter = tf.lite.Interpreter(model_path="model.tflite")
10
  interpreter.allocate_tensors()
11
  input_details = interpreter.get_input_details()
12
  output_details = interpreter.get_output_details()
 
6
  from huggingface_hub import InferenceClient
7
 
8
  # 1. Load the TFLite Model using tensorflow's interpreter
9
+ interpreter = tf.lite.Interpreter(model_path="skin_model.tflite")
10
  interpreter.allocate_tensors()
11
  input_details = interpreter.get_input_details()
12
  output_details = interpreter.get_output_details()