Spaces:
Running
on
Zero
Running
on
Zero
remove installation of gradio==3.41.0
Browse files
app.py
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
import io
|
3 |
import os
|
4 |
debug = False
|
5 |
-
if not debug:
|
6 |
-
os.system("pip uninstall -y gradio")
|
7 |
-
os.system("pip install gradio==3.41.0")
|
8 |
|
9 |
import torch
|
10 |
import json
|
|
|
2 |
import io
|
3 |
import os
|
4 |
debug = False
|
|
|
|
|
|
|
5 |
|
6 |
import torch
|
7 |
import json
|