Jaswanth-Dev commited on
Commit
e26069d
1 Parent(s): f983c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  from PIL import Image
5
  import time
6
 
7
- ngrok_url = st.text_input("ngrok url")
8
  prompt_input = st.text_input("Prompt")
9
 
10
  if st.button('Generate Image'):
 
4
  from PIL import Image
5
  import time
6
 
7
+ ngrok_url = st.text_input("Ngrok url")
8
  prompt_input = st.text_input("Prompt")
9
 
10
  if st.button('Generate Image'):