suyash94 commited on
Commit
90f97af
·
1 Parent(s): 9c43502

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_test.py +1 -3
gradio_test.py CHANGED
@@ -88,9 +88,7 @@ import gradio as gr
88
  gr.Interface(fn=predict_acne,
89
  inputs=gr.Image(type="pil"),
90
  outputs="number",
91
- ).launch(
92
- share=True,
93
- )
94
 
95
 
96
  # for images, labels in tqdm(dataloader, desc="Processing", unit="batch"):
 
88
  gr.Interface(fn=predict_acne,
89
  inputs=gr.Image(type="pil"),
90
  outputs="number",
91
+ ).launch()
 
 
92
 
93
 
94
  # for images, labels in tqdm(dataloader, desc="Processing", unit="batch"):