xyizko commited on
Commit
17693f6
·
verified ·
1 Parent(s): c76d472

Update app.py

Browse files

- Fix Spellings

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ model_input = gr.Textbox(
69
  # Chat interface
70
  demo = gr.ChatInterface(
71
  fn=respond,
72
- title="[XYIZKO](https://x.com/xyizko) HF Text Generation Model Tester",
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,