no regnet right now
Browse files
app.py
CHANGED
@@ -272,7 +272,8 @@ if __name__ == "__main__":
|
|
272 |
|
273 |
demo = gr.Interface(
|
274 |
fn=predict_and_analyze,
|
275 |
-
inputs=[gr.Dropdown(["EfficientNet"
|
|
|
276 |
value="EfficientNet",
|
277 |
label="Model Selection",
|
278 |
show_label=True),
|
|
|
272 |
|
273 |
demo = gr.Interface(
|
274 |
fn=predict_and_analyze,
|
275 |
+
inputs=[gr.Dropdown(["EfficientNet"],
|
276 |
+
# "RegNet"],
|
277 |
value="EfficientNet",
|
278 |
label="Model Selection",
|
279 |
show_label=True),
|