Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,5 +58,5 @@ def chat(message, history):
|
|
58 |
|
59 |
|
60 |
|
61 |
-
demo = gr.ChatInterface(fn=chat, examples=[["Write me a poem about Machine Learning."]], title="gemma-1.1-7b-it"
|
62 |
demo.launch()
|
|
|
58 |
|
59 |
|
60 |
|
61 |
+
demo = gr.ChatInterface(fn=chat, examples=[["Write me a poem about Machine Learning."]], title="gemma-1.1-7b-it")
|
62 |
demo.launch()
|