Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,6 @@ def generate(
|
|
153 |
chatbot=gr.Chatbot([(None, ("https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg",))])
|
154 |
chat_interface = gr.ChatInterface(
|
155 |
fn=generate,
|
156 |
-
label=" ",
|
157 |
fill_height=True,
|
158 |
stop_btn=None,
|
159 |
examples=[
|
|
|
153 |
chatbot=gr.Chatbot([(None, ("https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg",))])
|
154 |
chat_interface = gr.ChatInterface(
|
155 |
fn=generate,
|
|
|
156 |
fill_height=True,
|
157 |
stop_btn=None,
|
158 |
examples=[
|