Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
import tensorflow as tf
|
| 5 |
import tensorflow_hub as hub
|
| 6 |
import PIL
|
| 7 |
-
from PIL import Image
|
| 8 |
import numpy as np
|
| 9 |
# import time
|
| 10 |
# import requests
|
|
|
|
| 4 |
import tensorflow as tf
|
| 5 |
import tensorflow_hub as hub
|
| 6 |
import PIL
|
| 7 |
+
from PIL import Image
|
| 8 |
import numpy as np
|
| 9 |
# import time
|
| 10 |
# import requests
|