Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks() as demo:
|
|
68 |
train_button.click(fine_tune, inputs=[epochs, lr], outputs=output_text)
|
69 |
|
70 |
# Public link oluΕturmak iΓ§in 'share=True' parametresini ekliyoruz
|
71 |
-
demo.launch(
|
|
|
68 |
train_button.click(fine_tune, inputs=[epochs, lr], outputs=output_text)
|
69 |
|
70 |
# Public link oluΕturmak iΓ§in 'share=True' parametresini ekliyoruz
|
71 |
+
demo.launch()
|