Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with demo:
|
|
69 |
gr.Markdown(markdown_note)
|
70 |
gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
-
examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
|
73 |
additional_inputs=[],
|
74 |
)
|
75 |
|
|
|
69 |
gr.Markdown(markdown_note)
|
70 |
gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
+
# examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
|
73 |
additional_inputs=[],
|
74 |
)
|
75 |
|