Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
|
|
52 |
# Gradio Demo
|
53 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
54 |
gr.DuplicateButton()
|
55 |
-
gr.ChatInterface(predict, title=title, inputs="
|
56 |
|
57 |
|
58 |
demo.queue().launch(debug=True)
|
|
|
52 |
# Gradio Demo
|
53 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
54 |
gr.DuplicateButton()
|
55 |
+
gr.ChatInterface(predict, title=title, inputs="image", description=description, css=css, examples=examples)
|
56 |
|
57 |
|
58 |
demo.queue().launch(debug=True)
|