Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,5 +90,5 @@ interface = gr.Interface(
|
|
90 |
# Run the interface
|
91 |
if __name__ == "__main__":
|
92 |
tf.config.set_visible_devices([], 'GPU') # Disable GPU
|
93 |
-
# ---
|
94 |
-
interface.launch(
|
|
|
90 |
# Run the interface
|
91 |
if __name__ == "__main__":
|
92 |
tf.config.set_visible_devices([], 'GPU') # Disable GPU
|
93 |
+
# --- FIX: Remove share=True for Hugging Face Spaces ---
|
94 |
+
interface.launch()
|