matt2cents commited on
Commit
b907ae1
·
1 Parent(s): 62ddd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
 
2
  gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
3
- title = """<h1 align="center">GPT-3.5 Chatbot</h1>"""
 
1
  import gradio as gr
2
+ title = """<h1 align="center">Hello & Welcome</h1>"""
3
  gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()