Spaces:
Runtime error
Runtime error
Commit
·
e035ae6
1
Parent(s):
9ba7395
Update app.py
Browse files
app.py
CHANGED
@@ -250,4 +250,4 @@ with gr.Blocks() as demo:
|
|
250 |
button.click( proceed_with_generation, [input_file, extract_text, prompt_text, shot_radio, style_radio, lighting_radio, context_radio, lens_radio, device_radio], [output_gallery])
|
251 |
|
252 |
|
253 |
-
demo.launch(debug=True
|
|
|
250 |
button.click( proceed_with_generation, [input_file, extract_text, prompt_text, shot_radio, style_radio, lighting_radio, context_radio, lens_radio, device_radio], [output_gallery])
|
251 |
|
252 |
|
253 |
+
demo.launch(debug=True)
|