richardkimsm89 commited on
Commit
dbd34c4
·
verified ·
1 Parent(s): 7d5b9b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def fn_llama_3_text(
35
  chunks.append(chunk.choices[0].delta.content or "")
36
  yield "".join(chunks)
37
 
38
- app_text = gr.ChatInterface(
39
  fn = fn_llama_3_text,
40
  type = "messages",
41
  additional_inputs = [
 
35
  chunks.append(chunk.choices[0].delta.content or "")
36
  yield "".join(chunks)
37
 
38
+ app_llama_3_text = gr.ChatInterface(
39
  fn = fn_llama_3_text,
40
  type = "messages",
41
  additional_inputs = [