Spaces:
Sleeping
Sleeping
Update app.py
Browse files-Fix readme - Description
app.py
CHANGED
@@ -70,7 +70,7 @@ model_input = gr.Textbox(
|
|
70 |
demo = gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
title="HF Text Generation Model Tester",
|
73 |
-
description="Add token + model name
|
74 |
additional_inputs=[
|
75 |
token_input,
|
76 |
model_input,
|
|
|
70 |
demo = gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
title="HF Text Generation Model Tester",
|
73 |
+
description="Add token + model name",
|
74 |
additional_inputs=[
|
75 |
token_input,
|
76 |
model_input,
|