Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def bot_streaming(message, history=None, max_new_tokens=250):
|
|
70 |
|
71 |
# Gradio arayüzü
|
72 |
demo = gr.ChatInterface(
|
73 |
-
fn=bot_streaming,
|
74 |
title="Multimodal Chat Assistant",
|
75 |
additional_inputs=[
|
76 |
gr.Textbox(value="You are a friendly assistant.", label="System message"),
|
|
|
70 |
|
71 |
# Gradio arayüzü
|
72 |
demo = gr.ChatInterface(
|
73 |
+
fn=bot_streaming, # Buradaki fonksiyon bot_streaming
|
74 |
title="Multimodal Chat Assistant",
|
75 |
additional_inputs=[
|
76 |
gr.Textbox(value="You are a friendly assistant.", label="System message"),
|