vaishanthr
commited on
Commit
·
a29d2c5
1
Parent(s):
4756ba0
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|
81 |
"VGG16",
|
82 |
"Inception v3",
|
83 |
"Mobile Net v2"],
|
84 |
-
label="Model Type", value="CNN (
|
85 |
info="Select the inference model before running predictions!")
|
86 |
|
87 |
with gr.Column() as train_col:
|
|
|
81 |
"VGG16",
|
82 |
"Inception v3",
|
83 |
"Mobile Net v2"],
|
84 |
+
label="Model Type", value="CNN (Custom)",
|
85 |
info="Select the inference model before running predictions!")
|
86 |
|
87 |
with gr.Column() as train_col:
|