jays009 commited on
Commit
2ba8106
·
verified ·
1 Parent(s): e0c19c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,