Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,6 @@ def predict(input_data):
|
|
98 |
return json.dumps({"error": f"Error processing image: {e}"})
|
99 |
|
100 |
|
101 |
-
|
102 |
# Create the Gradio interface with both local file upload and URL input
|
103 |
iface = gr.Interface(
|
104 |
fn=predict,
|
|
|
98 |
return json.dumps({"error": f"Error processing image: {e}"})
|
99 |
|
100 |
|
|
|
101 |
# Create the Gradio interface with both local file upload and URL input
|
102 |
iface = gr.Interface(
|
103 |
fn=predict,
|