tpei0009 commited on
Commit
c0a7b85
·
1 Parent(s): 1e9e82f

Initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  # Load your model from the Hugging Face Hub
5
- model = pipeline("text-generation", model="noobasuna/instruct-pix2pix-model")
6
 
7
  st.title("InstructME2ME")
8
 
 
2
  from transformers import pipeline
3
 
4
  # Load your model from the Hugging Face Hub
5
+ model = pipeline(model="noobasuna/instruct-pix2pix-model")
6
 
7
  st.title("InstructME2ME")
8