nimool commited on
Commit
24a297c
1 Parent(s): 7b3ae42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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