Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ llm = Llama.from_pretrained(
|
|
7 |
verbose=False
|
8 |
)
|
9 |
|
10 |
-
input_text = st.
|
11 |
if text:
|
12 |
output = llm(
|
13 |
input_text, # Prompt
|
|
|
7 |
verbose=False
|
8 |
)
|
9 |
|
10 |
+
input_text = st.text_input('text')
|
11 |
if text:
|
12 |
output = llm(
|
13 |
input_text, # Prompt
|