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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -27,9 +27,9 @@ def chat(input):
27
  return xyz
28
 
29
  gr.Interface(
30
- chat,
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)
 
27
  return xyz
28
 
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)