Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ def predict(image):
|
|
45 |
os.system("wget -O best_model.pkl https://huggingface.co/Zevin2023/MoC-IQA/resolve/main/Koniq10K_570908.pkl")
|
46 |
|
47 |
interface = gr.Interface(fn=predict, inputs="image", outputs="text")
|
48 |
-
interface.launch(
|
|
|
45 |
os.system("wget -O best_model.pkl https://huggingface.co/Zevin2023/MoC-IQA/resolve/main/Koniq10K_570908.pkl")
|
46 |
|
47 |
interface = gr.Interface(fn=predict, inputs="image", outputs="text")
|
48 |
+
interface.launch()
|