zahoor54321 commited on
Commit
3e01d41
1 Parent(s): 54b920c

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. Gradio/app.py +3 -3
Gradio/app.py CHANGED
@@ -43,7 +43,7 @@ description = """
43
  </p>
44
  """
45
  article = "<p style='text-align: center'><a href='https://seventick.com/asr-model-for-urdu-language/' target='_blank'>Visit for more info</a></p>"
46
- examples = [["Sample/sample1.mp3"], ["Sample/sample2.mp3"], ["Sample/sample3.mp3"]]
47
 
48
 
49
  Input = gr.Audio(
@@ -65,12 +65,12 @@ def main():
65
  description=description,
66
  article=article,
67
  examples=examples,
68
- theme='JohnSmith9982/small_and_pretty'
69
  )
70
 
71
  iface.launch(enable_queue=True)
72
 
73
-
74
  # enable_queue=True,auth=("admin", "pass1234")
75
 
76
  if __name__ == "__main__":
 
43
  </p>
44
  """
45
  article = "<p style='text-align: center'><a href='https://seventick.com/asr-model-for-urdu-language/' target='_blank'>Visit for more info</a></p>"
46
+ examples = [["Sample/sample1.mp3"], ["Sample/sample2.mp3"]
47
 
48
 
49
  Input = gr.Audio(
 
65
  description=description,
66
  article=article,
67
  examples=examples,
68
+ theme='sketch'
69
  )
70
 
71
  iface.launch(enable_queue=True)
72
 
73
+ # theme='JohnSmith9982/small_and_pretty'
74
  # enable_queue=True,auth=("admin", "pass1234")
75
 
76
  if __name__ == "__main__":