correct mistake in gradio
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
|
|
29 |
return output_text
|
30 |
|
31 |
demo = gr.ChatInterface(
|
32 |
-
gr.
|
33 |
# gr.markdown(description),
|
34 |
respond,
|
35 |
additional_inputs=[
|
|
|
29 |
return output_text
|
30 |
|
31 |
demo = gr.ChatInterface(
|
32 |
+
gr.Markdown(title),
|
33 |
# gr.markdown(description),
|
34 |
respond,
|
35 |
additional_inputs=[
|