Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -623,4 +623,3 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 623 |
# The `if __name__ == "__main__":` block should be at the top level
|
| 624 |
if __name__ == "__main__":
|
| 625 |
demo.queue(max_size=50).launch(share=True)
|
| 626 |
-
````
|
|
|
|
| 623 |
# The `if __name__ == "__main__":` block should be at the top level
|
| 624 |
if __name__ == "__main__":
|
| 625 |
demo.queue(max_size=50).launch(share=True)
|
|
|