Spaces:
Runtime error
Runtime error
Tricia Nieva
commited on
Commit
Β·
b603d80
1
Parent(s):
7b73452
Update app.py
Browse files
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.
|
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)
|