Spaces:
Runtime error
Runtime error
Remove feedback form
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ with app:
|
|
| 133 |
user_input = gr.Textbox(lines=2, placeholder="Enter your message here...", label="User Input")
|
| 134 |
state = gr.State([])
|
| 135 |
debug_result = gr.Textbox(label="Debug: Full model output",value=full_output)
|
| 136 |
-
input_hints = gr.Markdown("## 📝 Input Hints\n<br>1. Select a model from the dropdown list. \n<br> 2. Type your message in the text box, please try to input a complete sentence.
|
| 137 |
chat_interface = gr.Interface(
|
| 138 |
fn=predict,
|
| 139 |
inputs=[
|
|
|
|
| 133 |
user_input = gr.Textbox(lines=2, placeholder="Enter your message here...", label="User Input")
|
| 134 |
state = gr.State([])
|
| 135 |
debug_result = gr.Textbox(label="Debug: Full model output",value=full_output)
|
| 136 |
+
input_hints = gr.Markdown("## 📝 Input Hints\n<br>1. Select a model from the dropdown list. \n<br> 2. Type your message in the text box, please try to input a complete sentence.")
|
| 137 |
chat_interface = gr.Interface(
|
| 138 |
fn=predict,
|
| 139 |
inputs=[
|