S-Dreamer commited on
Commit
81f890a
·
verified ·
1 Parent(s): c26932b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ```python
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()