Spaces:
Running
on
Zero
Running
on
Zero
fix: parameter
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(
|
|
176 |
fn=generate,
|
177 |
inputs=[
|
178 |
input_text_sq,
|
179 |
-
"",
|
180 |
temperature_sq,
|
181 |
max_tokens_sq,
|
182 |
top_k_sq,
|
|
|
176 |
fn=generate,
|
177 |
inputs=[
|
178 |
input_text_sq,
|
179 |
+
gr.Textbox(value=""), # No style prompt needed for simple question
|
180 |
temperature_sq,
|
181 |
max_tokens_sq,
|
182 |
top_k_sq,
|