Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ model_selector = gr.Dropdown(
|
|
86 |
)
|
87 |
custom_model = gr.Textbox(
|
88 |
label="Custom Model",
|
89 |
-
placeholder="Enter your custom model name. e.g. Qwen/QwQ",
|
90 |
lines=1,
|
91 |
)
|
92 |
text_input = gr.Textbox(label="Input Text", placeholder="Hello World!", lines=4)
|
|
|
86 |
)
|
87 |
custom_model = gr.Textbox(
|
88 |
label="Custom Model",
|
89 |
+
placeholder="Enter your custom model name. e.g. Qwen/QwQ-32B. To use built-in models, please keep this EMPTY!",
|
90 |
lines=1,
|
91 |
)
|
92 |
text_input = gr.Textbox(label="Input Text", placeholder="Hello World!", lines=4)
|