Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ def Q_A(text=None, audio=None, context=None):
|
|
64 |
|
65 |
# Create title, description and article strings
|
66 |
title = "Question and answer based on Roberta model develop by nima asl toghiri"
|
67 |
-
description = "سیستم پردازش
|
68 |
-
article = "آموزش داده شده با مدل زبانی
|
69 |
|
70 |
|
71 |
demo = gr.Interface(fn=Q_A, # mapping function from input to output
|
|
|
64 |
|
65 |
# Create title, description and article strings
|
66 |
title = "Question and answer based on Roberta model develop by nima asl toghiri"
|
67 |
+
description = "سیستم پرسش و پاسخ مبتنی بر پردازش نوشتار و گفتار "
|
68 |
+
article = "Roberta آموزش داده شده با مدل زبانی "
|
69 |
|
70 |
|
71 |
demo = gr.Interface(fn=Q_A, # mapping function from input to output
|