Spaces:
Sleeping
Sleeping
removed scale from gr.ChatInterface
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
138 |
additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
|
139 |
#title="RAG Chatbot",
|
140 |
#description="Ask me anything about the documents in my knowledge base!",
|
141 |
-
scale=1,
|
142 |
examples=[
|
143 |
["How to do great work by Paul Graham?", 512, 0.7, 0.95],
|
144 |
["What are the key points in the article about doing great work?", 512, 0.7, 0.95],
|
|
|
138 |
additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
|
139 |
#title="RAG Chatbot",
|
140 |
#description="Ask me anything about the documents in my knowledge base!",
|
141 |
+
#scale=1,
|
142 |
examples=[
|
143 |
["How to do great work by Paul Graham?", 512, 0.7, 0.95],
|
144 |
["What are the key points in the article about doing great work?", 512, 0.7, 0.95],
|