Spaces:
Sleeping
Sleeping
rahulparajuli commited on
Commit ·
a50fa0d
1
Parent(s): 3d0e20b
interface code
Browse files
app.py
CHANGED
|
@@ -101,9 +101,4 @@ def create_interface():
|
|
| 101 |
if __name__ == "__main__":
|
| 102 |
# Create and launch the interface
|
| 103 |
demo = create_interface()
|
| 104 |
-
demo.launch(
|
| 105 |
-
share=True, # Creates public shareable link
|
| 106 |
-
server_name="127.0.0.1", # Use localhost instead of 0.0.0.0
|
| 107 |
-
server_port=7860,
|
| 108 |
-
show_error=True # Show detailed errors for debugging
|
| 109 |
-
)
|
|
|
|
| 101 |
if __name__ == "__main__":
|
| 102 |
# Create and launch the interface
|
| 103 |
demo = create_interface()
|
| 104 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|