Spaces:
Sleeping
Sleeping
Commit ·
402e7f1
1
Parent(s): 7f607cb
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,4 +29,4 @@ demo = gr.Interface(
|
|
| 29 |
title="Calculator",
|
| 30 |
description="Here's a sample calculator. Allows you to calculate things like $2+2=4$",
|
| 31 |
)
|
| 32 |
-
demo.launch(
|
|
|
|
| 29 |
title="Calculator",
|
| 30 |
description="Here's a sample calculator. Allows you to calculate things like $2+2=4$",
|
| 31 |
)
|
| 32 |
+
demo.launch()
|