aliabd HF Staff commited on
Commit
e13391c
·
1 Parent(s): 9b90c50

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. run.py +2 -2
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
 
2
- https://gradio-main-build.s3.amazonaws.com/c99a323ccf6f80f2ac7129c2fa1d28949861b5a0/gradio-3.10.1-py3-none-any.whl
 
1
 
2
+ https://gradio-main-build.s3.amazonaws.com/67275ec1d6b6d973f54ca85b05212b9851cb8026/gradio-3.10.1-py3-none-any.whl
run.py CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
  gr.Audio()
5
-
6
- demo.launch()
 
2
 
3
  with gr.Blocks() as demo:
4
  gr.Audio()
5
+
6
+ demo.launch()