Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1190,6 +1190,7 @@ if __name__ == "__main__":
|
|
| 1190 |
print("="*70)
|
| 1191 |
|
| 1192 |
interface = create_interface()
|
|
|
|
| 1193 |
|
| 1194 |
# MODIFIED: Get Gradio credentials from Hugging Face Secrets
|
| 1195 |
gradio_user = os.environ.get("GRADIO_USERNAME")
|
|
|
|
| 1190 |
print("="*70)
|
| 1191 |
|
| 1192 |
interface = create_interface()
|
| 1193 |
+
interface.launch(share=True, debug=True)
|
| 1194 |
|
| 1195 |
# MODIFIED: Get Gradio credentials from Hugging Face Secrets
|
| 1196 |
gradio_user = os.environ.get("GRADIO_USERNAME")
|