Spaces:
Sleeping
Sleeping
A fix
Browse files
app.py
CHANGED
@@ -160,9 +160,8 @@ with demo:
|
|
160 |
gr.Markdown(description_foot)
|
161 |
|
162 |
gr.Markdown("### Gradio app uses the following technologies:")
|
163 |
-
|
164 |
-
|
165 |
-
gr.Markdown(tech_libraries)
|
166 |
|
167 |
if __name__ == "__main__":
|
168 |
demo.queue()
|
|
|
160 |
gr.Markdown(description_foot)
|
161 |
|
162 |
gr.Markdown("### Gradio app uses the following technologies:")
|
163 |
+
gr.Markdown(tech_env)
|
164 |
+
gr.Markdown(tech_libraries)
|
|
|
165 |
|
166 |
if __name__ == "__main__":
|
167 |
demo.queue()
|