Spaces:
Running
Running
Update app.py
Browse files- Fix Spellings
app.py
CHANGED
@@ -69,7 +69,7 @@ model_input = gr.Textbox(
|
|
69 |
# Chat interface
|
70 |
demo = gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
-
title="
|
73 |
description="Add token + model name for private models",
|
74 |
additional_inputs=[
|
75 |
token_input,
|
|
|
69 |
# Chat interface
|
70 |
demo = gr.ChatInterface(
|
71 |
fn=respond,
|
72 |
+
title="HF Text Generation Model Tester",
|
73 |
description="Add token + model name for private models",
|
74 |
additional_inputs=[
|
75 |
token_input,
|