Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def replace_import_line(file_path):
|
|
25 |
print(f"ファイルの置換が完了しました: {file_path}")
|
26 |
|
27 |
# 書き換えるファイルのパスを指定
|
28 |
-
file_path = "
|
29 |
replace_import_line(file_path)
|
30 |
import gradio as gr
|
31 |
import cv2
|
|
|
25 |
print(f"ファイルの置換が完了しました: {file_path}")
|
26 |
|
27 |
# 書き換えるファイルのパスを指定
|
28 |
+
file_path = "/GFPGAN/basicsr/data/degradations.py"
|
29 |
replace_import_line(file_path)
|
30 |
import gradio as gr
|
31 |
import cv2
|