krishnapal2308 commited on
Commit
4701b71
1 Parent(s): 62d3fbb

Accepting all images source in gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ sample_images = [
55
  ]
56
 
57
  # Create a dropdown to select sample image
58
- image_input = gr.Image(label="Upload Image", sources=['upload', 'webcam'])
59
 
60
  # Create a dropdown to choose the model
61
  model_selection_input = gr.Radio(["Basic Model (Trained only for 15 epochs without any hyperparameter "
 
55
  ]
56
 
57
  # Create a dropdown to select sample image
58
+ image_input = gr.Image(label="Upload Image")
59
 
60
  # Create a dropdown to choose the model
61
  model_selection_input = gr.Radio(["Basic Model (Trained only for 15 epochs without any hyperparameter "