Spaces:
Runtime error
Runtime error
Commit
·
62ddd9f
1
Parent(s):
19a9cc4
Update app.py
Browse files
app.py
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
|
|
|
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>"""
|