jpterry commited on
Commit
941ef77
·
1 Parent(s): 5757889

no regnet right now

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