Spaces:
Runtime error
Runtime error
Sandy2636
commited on
Commit
·
1d51bfe
1
Parent(s):
d0f17c2
Add application file
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -456,4 +456,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
456 |
|
457 |
|
458 |
if __name__ == "__main__":
|
459 |
-
demo.launch() # Use queue for longer processes, share=True for Spaces
|
|
|
456 |
|
457 |
|
458 |
if __name__ == "__main__":
|
459 |
+
demo.queue().launch(debug=True,share=True) # Use queue for longer processes, share=True for Spaces
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
requests>=2.25.0,<3.0.0
|
3 |
# pillow might be needed explicitly if not pulled by gradio for image handling
|
4 |
Pillow>=9.0.0
|
|
|
1 |
+
gradio>=4.26.0
|
2 |
requests>=2.25.0,<3.0.0
|
3 |
# pillow might be needed explicitly if not pulled by gradio for image handling
|
4 |
Pillow>=9.0.0
|