eswardivi commited on
Commit
0e1ec38
1 Parent(s): ab4d817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()