craftgamesnetwork commited on
Commit
86ee590
·
verified ·
1 Parent(s): 5d7c8ac

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -78,7 +78,7 @@ def predict_gan():
78
 
79
  # Chamar a API Gradio
80
  client = Client(endpoint, hf_token=hf_token)
81
- result = client.predict(
82
  filepath,
83
  version,
84
  rescaling_factor,
 
78
 
79
  # Chamar a API Gradio
80
  client = Client(endpoint, hf_token=hf_token)
81
+ result_path = client.predict(
82
  filepath,
83
  version,
84
  rescaling_factor,