Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 = [
|