suayptalha commited on
Commit
925d9fa
·
verified ·
1 Parent(s): cd0d977

Update app.py

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