kwabs22
commited on
Commit
·
ce41f2c
1
Parent(s):
3924225
Testing Stable LM 2 1.6B Zephyr - docker issues
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ iface = gr.Interface(
|
|
45 |
flagging_dir="/usr/src/app/flagged",
|
46 |
)
|
47 |
|
48 |
-
iface.launch(server_name="0.0.0.0"
|
|
|
45 |
flagging_dir="/usr/src/app/flagged",
|
46 |
)
|
47 |
|
48 |
+
iface.launch(server_name="0.0.0.0") #share=True)
|