Taha Razzaq commited on
Commit ·
0f66727
1
Parent(s): 92494bc
minor update
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from PIL import Image, ImageOps
|
| 3 |
import numpy as np
|
|
|
|
| 4 |
import matplotlib.pyplot as plt # needed for plt.imread
|
| 5 |
def load_sample_images():
|
| 6 |
sample_paths = ["sample1.jpg", "sample2.jpg"] # Must be in the same folder as your script
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from PIL import Image, ImageOps
|
| 3 |
import numpy as np
|
| 4 |
+
from tibblingai import wta
|
| 5 |
import matplotlib.pyplot as plt # needed for plt.imread
|
| 6 |
def load_sample_images():
|
| 7 |
sample_paths = ["sample1.jpg", "sample2.jpg"] # Must be in the same folder as your script
|