Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Dependencies
|
2 |
import streamlit as st
|
3 |
from huggingface_hub import InferenceClient
|
4 |
-
import
|
5 |
|
6 |
def create_image(prompt):
|
7 |
"""
|
|
|
1 |
# Dependencies
|
2 |
import streamlit as st
|
3 |
from huggingface_hub import InferenceClient
|
4 |
+
import os
|
5 |
|
6 |
def create_image(prompt):
|
7 |
"""
|