Spaces:
Runtime error
Runtime error
Commit
·
66d2dd4
1
Parent(s):
99930e4
Update app.py
Browse files
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(
|
|
|
|
| 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()
|