Update app.py
Browse files
app.py
CHANGED
|
@@ -373,4 +373,4 @@ with gr.Blocks(theme=nvidia_theme) as demo:
|
|
| 373 |
if __name__ == "__main__":
|
| 374 |
print("Launching Gradio Demo...")
|
| 375 |
demo.queue()
|
| 376 |
-
demo.launch(
|
|
|
|
| 373 |
if __name__ == "__main__":
|
| 374 |
print("Launching Gradio Demo...")
|
| 375 |
demo.queue()
|
| 376 |
+
demo.launch()
|