Spaces:
Sleeping
Sleeping
krishnapal2308
commited on
Commit
•
4701b71
1
Parent(s):
62d3fbb
Accepting all images source in gradio
Browse files
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"
|
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 "
|