Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ interface = gr.Interface(
|
|
83 |
if __name__ == "__main__":
|
84 |
tf.config.set_visible_devices([], 'GPU')
|
85 |
# The ValueError shows that share=True IS required for your environment.
|
86 |
-
interface.launch(
|
|
|
83 |
if __name__ == "__main__":
|
84 |
tf.config.set_visible_devices([], 'GPU')
|
85 |
# The ValueError shows that share=True IS required for your environment.
|
86 |
+
interface.launch()
|