Spaces:
Runtime error
Runtime error
theresaschneider
commited on
Commit
•
4c6a6c9
1
Parent(s):
f8cb3f5
feat: got rid of install gradio line
Browse files
app.py
CHANGED
@@ -1051,7 +1051,7 @@ plt.show()
|
|
1051 |
"""
|
1052 |
|
1053 |
# Install Gradio
|
1054 |
-
!pip install --quiet gradio
|
1055 |
|
1056 |
# Import Gradio Library
|
1057 |
import gradio as gr
|
|
|
1051 |
"""
|
1052 |
|
1053 |
# Install Gradio
|
1054 |
+
# !pip install --quiet gradio
|
1055 |
|
1056 |
# Import Gradio Library
|
1057 |
import gradio as gr
|