amirkhanbloch commited on
Commit
27ca924
·
verified ·
1 Parent(s): 80b9e51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import os
3
- os.system('pip install gradio == 5.0.1')
4
  os.system('pip install dashscope -U')
5
  import tempfile
6
  from pathlib import Path
 
1
  import gradio as gr
2
  import os
3
+
4
  os.system('pip install dashscope -U')
5
  import tempfile
6
  from pathlib import Path