Update app.py (#3)
Browse files- Update app.py (3a83c3488d5b5bea9421fdeea01cc5151f048cb2)
Co-authored-by: achmad makarim <makarimachmadw@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from PIL import Image
|
|
| 3 |
import requests
|
| 4 |
from io import BytesIO
|
| 5 |
# import tensorflow as tf
|
| 6 |
-
|
| 7 |
import streamlit as st
|
| 8 |
from diffusers import StableDiffusionPipeline
|
| 9 |
import torch
|
|
|
|
| 3 |
import requests
|
| 4 |
from io import BytesIO
|
| 5 |
# import tensorflow as tf
|
| 6 |
+
# import tensorflow as tf
|
| 7 |
import streamlit as st
|
| 8 |
from diffusers import StableDiffusionPipeline
|
| 9 |
import torch
|