Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ iface = gr.ChatInterface(fn=generate,
|
|
102 |
retry_btn=None,
|
103 |
undo_btn=None
|
104 |
)
|
|
|
105 |
|
106 |
with gr.Blocks() as demo:
|
107 |
gr.HTML("<center><h1>Chat with Google's Gemma</h1></center>")
|
|
|
102 |
retry_btn=None,
|
103 |
undo_btn=None
|
104 |
)
|
105 |
+
)
|
106 |
|
107 |
with gr.Blocks() as demo:
|
108 |
gr.HTML("<center><h1>Chat with Google's Gemma</h1></center>")
|