VashTheStampede123 commited on
Commit
872b633
·
verified ·
1 Parent(s): 6f9d703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # Dependencies
2
  import streamlit as st
3
  from huggingface_hub import InferenceClient
4
- import yaml
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
  """