Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,7 +315,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 315 |
stop_btn="Stop Generation",
|
| 316 |
additional_inputs = [guidance_scale, temperature, top_K, top_P],
|
| 317 |
additional_inputs_accordion="⚙️ Advanced Settings",
|
| 318 |
-
run_examples_on_click=False,
|
| 319 |
multimodal=False,
|
| 320 |
cache_examples=False,
|
| 321 |
textbox=chat_input_T2I,
|
|
@@ -346,7 +345,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 346 |
|
| 347 |
gr.ChatInterface(
|
| 348 |
fn=bot_streaming_T2T,
|
| 349 |
-
examples=[["
|
| 350 |
description="Chat with Liquid without images.",
|
| 351 |
stop_btn="Stop Generation",
|
| 352 |
additional_inputs = [texttemperature],
|
|
|
|
| 315 |
stop_btn="Stop Generation",
|
| 316 |
additional_inputs = [guidance_scale, temperature, top_K, top_P],
|
| 317 |
additional_inputs_accordion="⚙️ Advanced Settings",
|
|
|
|
| 318 |
multimodal=False,
|
| 319 |
cache_examples=False,
|
| 320 |
textbox=chat_input_T2I,
|
|
|
|
| 345 |
|
| 346 |
gr.ChatInterface(
|
| 347 |
fn=bot_streaming_T2T,
|
| 348 |
+
examples=[["Tell me about Paris.", 0.9]],
|
| 349 |
description="Chat with Liquid without images.",
|
| 350 |
stop_btn="Stop Generation",
|
| 351 |
additional_inputs = [texttemperature],
|