Spaces:
Runtime error
Runtime error
Tricia Nieva
commited on
Commit
Β·
7b73452
1
Parent(s):
c5fc206
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ def chat(input):
|
|
27 |
return xyz
|
28 |
|
29 |
gr.Interface(
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
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)
|