Zevin2023 commited on
Commit
2fcfba4
1 Parent(s): 7072d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_name='127.0.0.1',server_port=8088)
 
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()