Spaces:
Sleeping
Sleeping
remove error
Browse files
app.py
CHANGED
|
@@ -234,6 +234,4 @@ with gr.Blocks() as demo:
|
|
| 234 |
# Launch the Gradio app
|
| 235 |
if __name__ == "__main__":
|
| 236 |
print("Launching Gradio app...")
|
| 237 |
-
demo.launch(share=False)
|
| 238 |
-
```
|
| 239 |
-
```text
|
|
|
|
| 234 |
# Launch the Gradio app
|
| 235 |
if __name__ == "__main__":
|
| 236 |
print("Launching Gradio app...")
|
| 237 |
+
demo.launch(share=False)
|
|
|
|
|
|