fightglory commited on
Commit
66d2dd4
·
1 Parent(s): 99930e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,4 +245,4 @@ with gr.Blocks() as interface:
245
  test_btn.click(fn=gradio_tester, inputs=[augmenter_btn, model_chooser], outputs=text_test)
246
  credits = gr.Markdown('Find the dataset used in kaggle here: https://www.kaggle.com/datasets/heonh0/daynight-cityview . Augmented models (tick the box) have been trained with an additional 750 CycleGAN-generated images. ')
247
 
248
- interface.launch(share=True)
 
245
  test_btn.click(fn=gradio_tester, inputs=[augmenter_btn, model_chooser], outputs=text_test)
246
  credits = gr.Markdown('Find the dataset used in kaggle here: https://www.kaggle.com/datasets/heonh0/daynight-cityview . Augmented models (tick the box) have been trained with an additional 750 CycleGAN-generated images. ')
247
 
248
+ interface.launch()