Spaces:
Sleeping
Sleeping
fixes in the background
Browse files
app.py
CHANGED
@@ -8,10 +8,6 @@ from aiwrite.gradgui import app
|
|
8 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
9 |
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
if __name__ == "__main__":
|
16 |
# demo.launch()
|
17 |
app.main()
|
|
|
8 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
9 |
|
10 |
|
|
|
|
|
|
|
|
|
11 |
if __name__ == "__main__":
|
12 |
# demo.launch()
|
13 |
app.main()
|