Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
# Import the necessary libraries:
|
3 |
# - `gradio` is a library for creating interactive web interfaces
|
4 |
# - `typing` provides type annotations for Python
|
@@ -72,4 +72,3 @@ def create_interface():
|
|
72 |
# Execute the `create_interface` function when the script is run
|
73 |
if __name__ == "__main__":
|
74 |
create_interface()
|
75 |
-
```
|
|
|
1 |
+
|
2 |
# Import the necessary libraries:
|
3 |
# - `gradio` is a library for creating interactive web interfaces
|
4 |
# - `typing` provides type annotations for Python
|
|
|
72 |
# Execute the `create_interface` function when the script is run
|
73 |
if __name__ == "__main__":
|
74 |
create_interface()
|
|