Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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 |
-
|
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,
|