Spaces:
Runtime error
Runtime error
Commit
·
37cd563
1
Parent(s):
211554e
Added dataset credits
Browse files
app.py
CHANGED
|
@@ -243,5 +243,6 @@ with gr.Blocks() as interface:
|
|
| 243 |
test_btn = gr.Button("Run test on dataset")
|
| 244 |
text_test = gr.Dataframe(label="Test results")
|
| 245 |
test_btn.click(fn=gradio_tester, inputs=[augmenter_btn, model_chooser], outputs=text_test)
|
|
|
|
| 246 |
|
| 247 |
interface.launch(share=True)
|
|
|
|
| 243 |
test_btn = gr.Button("Run test on dataset")
|
| 244 |
text_test = gr.Dataframe(label="Test results")
|
| 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)
|