Tricia Nieva commited on
Commit
b603d80
Β·
1 Parent(s): 7b73452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ return xyz
29
  gr.Interface(
30
  chat_hf,
31
  [gr.Textbox(label = ' Input custom text for AI-DHD! '),
32
- outputs = gr.outputs.Textbox(type="text",label="Response")
33
  , title = "" +' AI-DHD πŸ€–πŸ’¬πŸ’» on πŸ€— huggingface. '+ "",
34
  description="""Fine-tune 1.1
35
  """).launch(debug = True)
 
29
  gr.Interface(
30
  chat_hf,
31
  [gr.Textbox(label = ' Input custom text for AI-DHD! '),
32
+ outputs = gr.Outputs.Textbox(type="text", label="Response")
33
  , title = "" +' AI-DHD πŸ€–πŸ’¬πŸ’» on πŸ€— huggingface. '+ "",
34
  description="""Fine-tune 1.1
35
  """).launch(debug = True)