hysts HF staff commited on
Commit
7c92481
1 Parent(s): aa3f835

Remove workaround

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -7,14 +7,9 @@ import functools
7
  import json
8
  import os
9
  import pathlib
10
- import subprocess
11
  import tarfile
12
  from typing import Callable
13
 
14
- # workaround for https://github.com/gradio-app/gradio/issues/483
15
- command = 'pip install -U gradio==2.7.0'
16
- subprocess.call(command.split())
17
-
18
  import gradio as gr
19
  import huggingface_hub
20
  import PIL.Image
 
7
  import json
8
  import os
9
  import pathlib
 
10
  import tarfile
11
  from typing import Callable
12
 
 
 
 
 
13
  import gradio as gr
14
  import huggingface_hub
15
  import PIL.Image