Pamudu13 commited on
Commit
1053d0c
·
verified ·
1 Parent(s): 5ff0278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ model_functions = {}
15
  model_idx = 1
16
  for model_path in models:
17
  try:
18
- model_functions[model_idx] = gr.Interface.load(f"models/{model_path}", live=False, preprocess=True, postprocess=False)
19
  except Exception as error:
20
  def the_fn(txt):
21
 
 
15
  model_idx = 1
16
  for model_path in models:
17
  try:
18
+ model_functions[model_idx] = gr.Interface.load(f"models/{model_path}", live=False, preprocess=True, postprocess=True)
19
  except Exception as error:
20
  def the_fn(txt):
21