Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -562,4 +562,4 @@ with gr.Blocks(title="RC+ξ Fine-Tuning on HuggingFace Spaces") as demo:
|
|
| 562 |
)
|
| 563 |
|
| 564 |
if __name__ == "__main__":
|
| 565 |
-
demo.launch() # Removed share=True for Spaces compatibility
|
|
|
|
| 562 |
)
|
| 563 |
|
| 564 |
if __name__ == "__main__":
|
| 565 |
+
demo.launch() # Removed share=True for Spaces compatibility
|