atlury commited on
Commit
2b3e4a6
1 Parent(s): 53ce97d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  import numpy as np
7
 
8
  import gradio as gr
9
- from iatenhancement.model import IAT # Ensure the correct import path
10
 
11
  def set_example_image(example: list) -> dict:
12
  return gr.Image.update(value=example[0])
 
6
  import numpy as np
7
 
8
  import gradio as gr
9
+ from model import IAT # Ensure the correct import path
10
 
11
  def set_example_image(example: list) -> dict:
12
  return gr.Image.update(value=example[0])