Spaces:
Sleeping
Sleeping
Commit ·
35c8bdd
1
Parent(s): 612b16d
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ print("Answer in Hindi-", answer_hindi)
|
|
| 145 |
"""
|
| 146 |
title = "Zero2AI CCCS Demo"
|
| 147 |
description = "Demonstration of multi-document and multi-lingual Q&A on China."
|
| 148 |
-
demo = gr.Interface(cccs_demo, [gr.Textbox(label="Question")],[gr.Textbox(label="Answer"),gr.Textbox(label="Repository Summary"),gr.File(label="Reference Details")], title=title, description=description,theme=gr.themes.Glass(primary_hue="indigo", secondary_hue="purple")
|
| 149 |
demo.queue()
|
| 150 |
demo.launch()
|
| 151 |
|
|
|
|
| 145 |
"""
|
| 146 |
title = "Zero2AI CCCS Demo"
|
| 147 |
description = "Demonstration of multi-document and multi-lingual Q&A on China."
|
| 148 |
+
demo = gr.Interface(cccs_demo, [gr.Textbox(label="Question")],[gr.Textbox(label="Answer"),gr.Textbox(label="Repository Summary"),gr.File(label="Reference Details")], title=title, description=description,theme=gr.themes.Glass(primary_hue="indigo", secondary_hue="purple"))
|
| 149 |
demo.queue()
|
| 150 |
demo.launch()
|
| 151 |
|